Searched refs:EVP_PKEY_new_mac_key (Results 1 – 6 of 6) sorted by relevance
/openssl/doc/man3/ |
H A D | EVP_PKEY_new.pod | 15 EVP_PKEY_new_mac_key, 45 EVP_PKEY *EVP_PKEY_new_mac_key(int type, ENGINE *e, const unsigned char *key, 130 EVP_PKEY_new_mac_key() works in the same way as EVP_PKEY_new_raw_private_key(). 176 EVP_PKEY_new_CMAC_key() and EVP_PKEY_new_mac_key() return either the newly
|
/openssl/crypto/evp/ |
H A D | pmeth_gn.c | 316 EVP_PKEY *EVP_PKEY_new_mac_key(int type, ENGINE *e, in EVP_PKEY_new_mac_key() function
|
/openssl/test/ |
H A D | hmactest.c | 258 || !TEST_ptr(pkey = EVP_PKEY_new_mac_key(EVP_PKEY_HMAC, NULL, in test_hmac_copy_uninited()
|
/openssl/ssl/record/methods/ |
H A D | tls1_meth.c | 73 mac_key = EVP_PKEY_new_mac_key(mactype, NULL, mackey, in tls1_set_crypto_state()
|
/openssl/include/openssl/ |
H A D | evp.h | 1842 EVP_PKEY *EVP_PKEY_new_mac_key(int type, ENGINE *e,
|
/openssl/util/ |
H A D | libcrypto.num | 1119 EVP_PKEY_new_mac_key 1147 3_0_0 EXIST::FUNCTION:
|
Completed in 32 milliseconds