Searched refs:ares (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/crypto/openssl/crypto/modes/ |
| D | gcm128.c | 847 ctx->ares = 0; 948 n = ctx->ares; 958 ctx->ares = n; 983 ctx->ares = n; 1015 if (ctx->ares) { 1020 ctx->ares = 0; 1030 ctx->ares = 0; 1250 if (ctx->ares) { 1255 ctx->ares = 0; 1265 ctx->ares = 0; [all …]
|
| D | modes_local.h | 139 unsigned int mres, ares; member
|
| /freebsd-12-stable/lib/libtacplus/ |
| D | taclib.c | 1117 struct tac_author_response *ares = &h->response.u.author_response; in tac_send_author() local 1154 ares->av_cnt; in tac_send_author() 1157 if (get_srvr_str(h, "msg", &h->srvr_msg, ntohs(ares->msg_len)) == -1 || in tac_send_author() 1158 get_srvr_str(h, "data", &h->srvr_data, ntohs(ares->data_len)) ==-1) in tac_send_author() 1163 for (i=0; i<ares->av_cnt; i++) { in tac_send_author() 1166 ares->rest[i]) == -1) in tac_send_author() 1178 return ares->av_cnt << 8 | ares->status; in tac_send_author()
|
| /freebsd-12-stable/contrib/netcat/ |
| D | netcat.c | 667 struct addrinfo ahints, *ares; in remote_connect() local 676 if ((error = getaddrinfo(sflag, pflag, &ahints, &ares))) in remote_connect() 679 if (bind(s, (struct sockaddr *)ares->ai_addr, in remote_connect() 680 ares->ai_addrlen) < 0) in remote_connect() 682 freeaddrinfo(ares); in remote_connect()
|
| /freebsd-12-stable/crypto/openssh/regress/ |
| D | netcat.c | 637 struct addrinfo ahints, *ares; in remote_connect() local 648 if ((error = getaddrinfo(sflag, pflag, &ahints, &ares))) in remote_connect() 651 if (bind(s, (struct sockaddr *)ares->ai_addr, in remote_connect() 652 ares->ai_addrlen) < 0) in remote_connect() 654 freeaddrinfo(ares); in remote_connect()
|
| /freebsd-12-stable/crypto/openssl/crypto/evp/ |
| D | e_aes.c | 1094 unsigned char ares[16]; member 1457 ctx->ares[n] = *aad; in s390x_aes_gcm_aad() 1464 s390x_kma(ctx->ares, 16, NULL, 0, NULL, ctx->fc, &ctx->kma.param); in s390x_aes_gcm_aad() 1484 ctx->ares[rem] = aad[rem]; in s390x_aes_gcm_aad() 1523 s390x_kma(ctx->ares, ctx->areslen, ctx->mres, 16, buf.b, in s390x_aes_gcm() 1546 s390x_kma(ctx->ares, ctx->areslen, in, len, out, in s390x_aes_gcm() 1900 s390x_kma(gctx->ares, gctx->areslen, gctx->mres, gctx->mreslen, tmp, in s390x_aes_gcm_cipher()
|
| /freebsd-12-stable/sys/dev/acpica/ |
| D | acpi.c | 1403 ACPI_RESOURCE ares; in acpi_alloc_resource() local 1441 if (ACPI_SUCCESS(acpi_lookup_irq_resource(child, *rid, res, &ares))) in acpi_alloc_resource() 1442 acpi_config_intr(child, &ares); in acpi_alloc_resource()
|