| /src/lib/libresolv/ |
| res_sendsigned.c | 36 DST_KEY *dstkey; local 66 dstkey = NULL; 68 dstkey = dst_buffer_to_key(key->name, KEY_HMAC_MD5, 72 if (dstkey == NULL) { 81 ret = ns_sign(newmsg, &newmsglen, bufsize, NOERROR, dstkey, NULL, 0, 86 dst_free_key(dstkey); 112 dst_free_key(dstkey); 116 ret = ns_verify(answer, &len, dstkey, sig, siglen, 141 dst_free_key(dstkey); 169 dst_free_key(dstkey); [all...] |
| res_sendsigned.c | 36 DST_KEY *dstkey; local 66 dstkey = NULL; 68 dstkey = dst_buffer_to_key(key->name, KEY_HMAC_MD5, 72 if (dstkey == NULL) { 81 ret = ns_sign(newmsg, &newmsglen, bufsize, NOERROR, dstkey, NULL, 0, 86 dst_free_key(dstkey); 112 dst_free_key(dstkey); 116 ret = ns_verify(answer, &len, dstkey, sig, siglen, 141 dst_free_key(dstkey); 169 dst_free_key(dstkey); [all...] |
| res_sendsigned.c | 36 DST_KEY *dstkey; local 66 dstkey = NULL; 68 dstkey = dst_buffer_to_key(key->name, KEY_HMAC_MD5, 72 if (dstkey == NULL) { 81 ret = ns_sign(newmsg, &newmsglen, bufsize, NOERROR, dstkey, NULL, 0, 86 dst_free_key(dstkey); 112 dst_free_key(dstkey); 116 ret = ns_verify(answer, &len, dstkey, sig, siglen, 141 dst_free_key(dstkey); 169 dst_free_key(dstkey); [all...] |
| /src/external/bsd/libbind/dist/resolv/ |
| res_sendsigned.c | 35 DST_KEY *dstkey; local 65 dstkey = NULL; 67 dstkey = dst_buffer_to_key(key->name, KEY_HMAC_MD5, 71 if (dstkey == NULL) { 80 ret = ns_sign(newmsg, &newmsglen, bufsize, NOERROR, dstkey, NULL, 0, 85 dst_free_key(dstkey); 111 dst_free_key(dstkey); 115 ret = ns_verify(answer, &len, dstkey, sig, siglen, 140 dst_free_key(dstkey); 168 dst_free_key(dstkey); [all...] |
| res_sendsigned.c | 35 DST_KEY *dstkey; local 65 dstkey = NULL; 67 dstkey = dst_buffer_to_key(key->name, KEY_HMAC_MD5, 71 if (dstkey == NULL) { 80 ret = ns_sign(newmsg, &newmsglen, bufsize, NOERROR, dstkey, NULL, 0, 85 dst_free_key(dstkey); 111 dst_free_key(dstkey); 115 ret = ns_verify(answer, &len, dstkey, sig, siglen, 140 dst_free_key(dstkey); 168 dst_free_key(dstkey); [all...] |
| res_sendsigned.c | 35 DST_KEY *dstkey; local 65 dstkey = NULL; 67 dstkey = dst_buffer_to_key(key->name, KEY_HMAC_MD5, 71 if (dstkey == NULL) { 80 ret = ns_sign(newmsg, &newmsglen, bufsize, NOERROR, dstkey, NULL, 0, 85 dst_free_key(dstkey); 111 dst_free_key(dstkey); 115 ret = ns_verify(answer, &len, dstkey, sig, siglen, 140 dst_free_key(dstkey); 168 dst_free_key(dstkey); [all...] |
| /src/external/mpl/dhcp/dist/omapip/ |
| auth.c | 82 dst_key_t *dstkey; local 113 &dstkey); 116 dstkey, &a->tsec_key); 117 dst_key_free(&dstkey);
|
| auth.c | 82 dst_key_t *dstkey; local 113 &dstkey); 116 dstkey, &a->tsec_key); 117 dst_key_free(&dstkey);
|
| auth.c | 82 dst_key_t *dstkey; local 113 &dstkey); 116 dstkey, &a->tsec_key); 117 dst_key_free(&dstkey);
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/keymgmt/ |
| template_kmgmt.c | 398 void *dstkey = NULL; local 404 dstkey = template_new(NULL); 405 if (dstkey == NULL) 408 /* populate dstkey from vsrckey material */ 410 debug_print("dup returns %p\n", dstkey); 411 return dstkey; 413 template_free(dstkey);
|
| template_kmgmt.c | 398 void *dstkey = NULL; local 404 dstkey = template_new(NULL); 405 if (dstkey == NULL) 408 /* populate dstkey from vsrckey material */ 410 debug_print("dup returns %p\n", dstkey); 411 return dstkey; 413 template_free(dstkey);
|
| template_kmgmt.c | 398 void *dstkey = NULL; local 404 dstkey = template_new(NULL); 405 if (dstkey == NULL) 408 /* populate dstkey from vsrckey material */ 410 debug_print("dup returns %p\n", dstkey); 411 return dstkey; 413 template_free(dstkey);
|
| /src/external/mpl/bind/dist/lib/dns/ |
| tkey.c | 168 dst_key_t *dstkey = NULL; local 236 CHECK(dst_key_fromgssapi(name, gss_ctx, ring->mctx, &dstkey, 250 name, dns__tsig_algfromname(&tkeyin->algorithm), dstkey, 254 dst_key_free(&dstkey); 293 if (dstkey != NULL) { 294 dst_key_free(&dstkey); 628 dst_key_t *dstkey = NULL; local 685 CHECK(dst_key_fromgssapi(dns_rootname, *context, rmsg->mctx, &dstkey, 693 CHECK(dns_tsigkey_createfromkey(tkeyname, DST_ALG_GSSAPI, dstkey, true, 703 dst_key_free(&dstkey); [all...] |
| tkey.c | 168 dst_key_t *dstkey = NULL; local 236 CHECK(dst_key_fromgssapi(name, gss_ctx, ring->mctx, &dstkey, 250 name, dns__tsig_algfromname(&tkeyin->algorithm), dstkey, 254 dst_key_free(&dstkey); 293 if (dstkey != NULL) { 294 dst_key_free(&dstkey); 628 dst_key_t *dstkey = NULL; local 685 CHECK(dst_key_fromgssapi(dns_rootname, *context, rmsg->mctx, &dstkey, 693 CHECK(dns_tsigkey_createfromkey(tkeyname, DST_ALG_GSSAPI, dstkey, true, 703 dst_key_free(&dstkey); [all...] |
| tkey.c | 168 dst_key_t *dstkey = NULL; local 236 CHECK(dst_key_fromgssapi(name, gss_ctx, ring->mctx, &dstkey, 250 name, dns__tsig_algfromname(&tkeyin->algorithm), dstkey, 254 dst_key_free(&dstkey); 293 if (dstkey != NULL) { 294 dst_key_free(&dstkey); 628 dst_key_t *dstkey = NULL; local 685 CHECK(dst_key_fromgssapi(dns_rootname, *context, rmsg->mctx, &dstkey, 693 CHECK(dns_tsigkey_createfromkey(tkeyname, DST_ALG_GSSAPI, dstkey, true, 703 dst_key_free(&dstkey); [all...] |
| dnssec.c | 1028 dst_key_t *dstkey = NULL; local 1040 result = dns_dnssec_keyfromrdata(name, rdata, mctx, &dstkey); 1047 keytag = dst_key_id(dstkey); 1057 result = dns_dnssec_verify(name, rdataset, dstkey, 1061 dst_key_free(&dstkey); 1066 dst_key_free(&dstkey); 1071 dns_dnsseckey_create(isc_mem_t *mctx, dst_key_t **dstkey, 1080 dk->key = *dstkey; 1081 *dstkey = NULL; 1200 dst_key_t *dstkey = NULL local [all...] |
| tsig.c | 212 dst_key_t *dstkey, bool generated, bool restored, 239 if (dstkey != NULL && dst_key_alg(dstkey) != algorithm) { 243 } else if (dstkey != NULL) { 254 if (dstkey != NULL) { 255 dst_key_attach(dstkey, &tkey->key); 264 if (dstkey != NULL && dst_key_size(dstkey) < 64 && 341 dst_key_t *dstkey = NULL; local 399 ring->mctx, keystr, &dstkey); 490 dst_key_t *dstkey = NULL; local [all...] |
| dnssec.c | 1028 dst_key_t *dstkey = NULL; local 1040 result = dns_dnssec_keyfromrdata(name, rdata, mctx, &dstkey); 1047 keytag = dst_key_id(dstkey); 1057 result = dns_dnssec_verify(name, rdataset, dstkey, 1061 dst_key_free(&dstkey); 1066 dst_key_free(&dstkey); 1071 dns_dnsseckey_create(isc_mem_t *mctx, dst_key_t **dstkey, 1080 dk->key = *dstkey; 1081 *dstkey = NULL; 1200 dst_key_t *dstkey = NULL local [all...] |
| tsig.c | 212 dst_key_t *dstkey, bool generated, bool restored, 239 if (dstkey != NULL && dst_key_alg(dstkey) != algorithm) { 243 } else if (dstkey != NULL) { 254 if (dstkey != NULL) { 255 dst_key_attach(dstkey, &tkey->key); 264 if (dstkey != NULL && dst_key_size(dstkey) < 64 && 341 dst_key_t *dstkey = NULL; local 399 ring->mctx, keystr, &dstkey); 490 dst_key_t *dstkey = NULL; local [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| dnssec.c | 1236 dst_key_t *dstkey = NULL; local 1248 result = dns_dnssec_keyfromrdata(name, rdata, mctx, &dstkey); 1255 keytag = dst_key_id(dstkey); 1265 result = dns_dnssec_verify(name, rdataset, dstkey, 1269 dst_key_free(&dstkey); 1274 dst_key_free(&dstkey); 1279 dns_dnsseckey_create(isc_mem_t *mctx, dst_key_t **dstkey, 1288 dk->key = *dstkey; 1289 *dstkey = NULL; 1411 dst_key_t *dstkey = NULL local [all...] |
| tkey.c | 509 dst_key_t *dstkey = NULL; local 588 RETERR(dst_key_fromgssapi(name, gss_ctx, ring->mctx, &dstkey, 602 name, &tkeyin->algorithm, dstkey, true, principal, now, 604 dst_key_free(&dstkey); 648 if (dstkey != NULL) { 649 dst_key_free(&dstkey); 1357 dst_key_t *dstkey = NULL; local 1412 RETERR(dst_key_fromgssapi(dns_rootname, *context, rmsg->mctx, &dstkey, 1416 tkeyname, DNS_TSIG_GSSAPI_NAME, dstkey, false, NULL, 1418 dst_key_free(&dstkey); 1495 dst_key_t *dstkey = NULL; local [all...] |
| tsig.c | 249 dst_key_t *dstkey, bool generated, 278 if (dstkey != NULL && dst_key_alg(dstkey) != dstalg) { 284 if (dstkey != NULL) { 304 if (dstkey != NULL) { 305 dst_key_attach(dstkey, &tkey->key); 337 if (dstkey != NULL && dst_key_size(dstkey) < 64 && 501 dst_key_t *dstkey = NULL; local 558 ring->mctx, keystr, &dstkey); 671 dst_key_t *dstkey = NULL; local [all...] |
| dnssec.c | 1236 dst_key_t *dstkey = NULL; local 1248 result = dns_dnssec_keyfromrdata(name, rdata, mctx, &dstkey); 1255 keytag = dst_key_id(dstkey); 1265 result = dns_dnssec_verify(name, rdataset, dstkey, 1269 dst_key_free(&dstkey); 1274 dst_key_free(&dstkey); 1279 dns_dnsseckey_create(isc_mem_t *mctx, dst_key_t **dstkey, 1288 dk->key = *dstkey; 1289 *dstkey = NULL; 1411 dst_key_t *dstkey = NULL local [all...] |
| tkey.c | 509 dst_key_t *dstkey = NULL; local 588 RETERR(dst_key_fromgssapi(name, gss_ctx, ring->mctx, &dstkey, 602 name, &tkeyin->algorithm, dstkey, true, principal, now, 604 dst_key_free(&dstkey); 648 if (dstkey != NULL) { 649 dst_key_free(&dstkey); 1357 dst_key_t *dstkey = NULL; local 1412 RETERR(dst_key_fromgssapi(dns_rootname, *context, rmsg->mctx, &dstkey, 1416 tkeyname, DNS_TSIG_GSSAPI_NAME, dstkey, false, NULL, 1418 dst_key_free(&dstkey); 1495 dst_key_t *dstkey = NULL; local [all...] |
| tsig.c | 249 dst_key_t *dstkey, bool generated, 278 if (dstkey != NULL && dst_key_alg(dstkey) != dstalg) { 284 if (dstkey != NULL) { 304 if (dstkey != NULL) { 305 dst_key_attach(dstkey, &tkey->key); 337 if (dstkey != NULL && dst_key_size(dstkey) < 64 && 501 dst_key_t *dstkey = NULL; local 558 ring->mctx, keystr, &dstkey); 671 dst_key_t *dstkey = NULL; local [all...] |