Home
last modified time | relevance | path

Searched refs:hkey (Results 1 – 2 of 2) sorted by relevance

/openssl/apps/
H A Denc.c115 char *hkey = NULL, *hiv = NULL, *hsalt = NULL, *p; in enc_main() local
257 hkey = opt_arg(); in enc_main()
356 if ((str == NULL) && (cipher != NULL) && (hkey == NULL)) { in enc_main()
546 if (hkey != NULL) { in enc_main()
547 if (!set_hex(hkey, key, EVP_CIPHER_get_key_length(cipher))) { in enc_main()
552 cleanse(hkey); in enc_main()
/openssl/crypto/engine/
H A Deng_openssl.c511 ASN1_OCTET_STRING *hkey = NULL; in ossl_hmac_keygen() local
515 hkey = ASN1_OCTET_STRING_dup(&hctx->ktmp); in ossl_hmac_keygen()
516 if (!hkey) in ossl_hmac_keygen()
518 EVP_PKEY_assign(pkey, EVP_PKEY_HMAC, hkey); in ossl_hmac_keygen()

Completed in 9 milliseconds