Searched refs:ktmp (Results 1 – 5 of 5) sorted by relevance
| /freebsd/crypto/openssl/crypto/engine/ |
| H A D | eng_openssl.c | 451 ASN1_OCTET_STRING ktmp; /* Temp storage for key */ member 461 hctx->ktmp.type = V_ASN1_OCTET_STRING; in ossl_hmac_init() 489 if (sctx->ktmp.data) { in ossl_hmac_copy() 490 if (!ASN1_OCTET_STRING_set(&dctx->ktmp, in ossl_hmac_copy() 491 sctx->ktmp.data, sctx->ktmp.length)) in ossl_hmac_copy() 507 OPENSSL_clear_free(hctx->ktmp.data, hctx->ktmp.length); in ossl_hmac_cleanup() 517 if (!hctx->ktmp.data) in ossl_hmac_keygen() 519 hkey = ASN1_OCTET_STRING_dup(&hctx->ktmp); in ossl_hmac_keygen() 571 if (!ASN1_OCTET_STRING_set(&hctx->ktmp, p2, p1)) in ossl_hmac_ctrl()
|
| /freebsd/crypto/openssl/crypto/ec/ |
| H A D | ec_pmeth.c | 217 unsigned char *ktmp = NULL; in pkey_ec_kdf_derive() local 230 if ((ktmp = OPENSSL_malloc(ktmplen)) == NULL) in pkey_ec_kdf_derive() 232 if (!pkey_ec_derive(ctx, ktmp, &ktmplen)) in pkey_ec_kdf_derive() 235 if (!ossl_ecdh_kdf_X9_63(key, *keylen, ktmp, ktmplen, in pkey_ec_kdf_derive() 242 OPENSSL_clear_free(ktmp, ktmplen); in pkey_ec_kdf_derive()
|
| /freebsd/sys/netpfil/ipfw/ |
| H A D | ip_fw_sockopt.c | 2747 struct opcode_obj_rewrite *ctl3_max, *ktmp, *lo, *hi; in ipfw_del_obj_rewriter() local 2756 for (ktmp = lo; ktmp <= hi; ktmp++) { in ipfw_del_obj_rewriter() 2757 if (ktmp->classifier != rw[i].classifier) in ipfw_del_obj_rewriter() 2761 sz = (ctl3_max - (ktmp + 1)) * sizeof(*ktmp); in ipfw_del_obj_rewriter() 2762 memmove(ktmp, ktmp + 1, sz); in ipfw_del_obj_rewriter()
|
| /freebsd/crypto/openssl/crypto/x509/ |
| H A D | x509_vfy.c | 2144 EVP_PKEY *ktmp = NULL, *ktmp2; in X509_get_pubkey_parameters() local 2151 ktmp = X509_get0_pubkey(sk_X509_value(chain, i)); in X509_get_pubkey_parameters() 2152 if (ktmp == NULL) { in X509_get_pubkey_parameters() 2156 if (!EVP_PKEY_missing_parameters(ktmp)) in X509_get_pubkey_parameters() 2158 ktmp = NULL; in X509_get_pubkey_parameters() 2160 if (ktmp == NULL) { in X509_get_pubkey_parameters() 2168 if (!EVP_PKEY_copy_parameters(ktmp2, ktmp)) in X509_get_pubkey_parameters() 2173 return EVP_PKEY_copy_parameters(pkey, ktmp); in X509_get_pubkey_parameters()
|
| /freebsd/contrib/libucl/src/ |
| H A D | ucl_util.c | 604 struct ucl_pubkey *key, *ktmp; local 634 LL_FOREACH_SAFE(parser->keys, key, ktmp)
|