Searched refs:ktmp (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/hmac/
H A Dhm_pmeth.c71 ASN1_OCTET_STRING ktmp; /* Temp storage for key */ member in struct:__anon4607
82 hctx->ktmp.data = NULL;
83 hctx->ktmp.length = 0;
84 hctx->ktmp.flags = 0;
85 hctx->ktmp.type = V_ASN1_OCTET_STRING;
104 if (sctx->ktmp.data != NULL) {
105 if (!ASN1_OCTET_STRING_set(&dctx->ktmp,
106 sctx->ktmp.data, sctx->ktmp.length))
120 if (hctx->ktmp
[all...]
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Dec_pmeth.c248 unsigned char *ktmp = NULL; local
261 ktmp = OPENSSL_malloc(ktmplen);
262 if (!ktmp)
264 if (!pkey_ec_derive(ctx, ktmp, &ktmplen))
267 if (!ECDH_KDF_X9_62(key, *keylen, ktmp, ktmplen,
273 if (ktmp) {
274 OPENSSL_cleanse(ktmp, ktmplen);
275 OPENSSL_free(ktmp);
/freebsd-11-stable/crypto/openssl/crypto/x509/
H A Dx509_vfy.c2034 EVP_PKEY *ktmp = NULL, *ktmp2; local
2041 ktmp = X509_get_pubkey(sk_X509_value(chain, i));
2042 if (ktmp == NULL) {
2047 if (!EVP_PKEY_missing_parameters(ktmp))
2050 EVP_PKEY_free(ktmp);
2051 ktmp = NULL;
2054 if (ktmp == NULL) {
2063 EVP_PKEY_copy_parameters(ktmp2, ktmp);
2068 EVP_PKEY_copy_parameters(pkey, ktmp);
2069 EVP_PKEY_free(ktmp);
[all...]
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c3317 struct opcode_obj_rewrite *ctl3_max, *ktmp, *lo, *hi; local
3326 for (ktmp = lo; ktmp <= hi; ktmp++) {
3327 if (ktmp->classifier != rw[i].classifier)
3331 sz = (ctl3_max - (ktmp + 1)) * sizeof(*ktmp);
3332 memmove(ktmp, ktmp + 1, sz);
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_util.c478 struct ucl_pubkey *key, *ktmp; local
505 LL_FOREACH_SAFE (parser->keys, key, ktmp) {

Completed in 161 milliseconds