Searched refs:hkey (Results 1 – 3 of 3) sorted by relevance
/openssl/crypto/ |
H A D | defaults.c | 69 HKEY hkey; in get_windows_regdirs() local 76 KEY_QUERY_VALUE, &hkey); in get_windows_regdirs() 80 ret = RegQueryValueEx(hkey, valuename, NULL, &ktype, NULL, in get_windows_regdirs() 95 if (RegQueryValueEx(hkey, valuename, in get_windows_regdirs() 106 RegCloseKey(hkey); in get_windows_regdirs()
|
/openssl/apps/ |
H A D | enc.c | 126 char *hkey = NULL, *hiv = NULL, *hsalt = NULL, *p; in enc_main() local 281 hkey = opt_arg(); in enc_main() 394 if ((str == NULL) && (cipher != NULL) && (hkey == NULL)) { in enc_main() 614 if (hkey != NULL) { in enc_main() 615 if (!set_hex(hkey, key, EVP_CIPHER_get_key_length(cipher))) { in enc_main() 620 cleanse(hkey); in enc_main()
|
/openssl/crypto/engine/ |
H A D | eng_openssl.c | 509 ASN1_OCTET_STRING *hkey = NULL; in ossl_hmac_keygen() local 513 hkey = ASN1_OCTET_STRING_dup(&hctx->ktmp); in ossl_hmac_keygen() 514 if (!hkey) in ossl_hmac_keygen() 516 EVP_PKEY_assign(pkey, EVP_PKEY_HMAC, hkey); in ossl_hmac_keygen()
|
Completed in 24 milliseconds