Home
last modified time | relevance | path

Searched refs:EVP_PKEY_CMAC (Results 1 – 7 of 7) sorted by relevance

/third_party/openssl/crypto/cmac/
Dcm_ameth.c33 EVP_PKEY_CMAC,
34 EVP_PKEY_CMAC,
Dcm_pmeth.c53 EVP_PKEY_assign(pkey, EVP_PKEY_CMAC, cmkey); in pkey_cmac_keygen()
131 EVP_PKEY_CMAC,
/third_party/openssl/doc/man3/
DEVP_PKEY_new.pod67 except it is only for the B<EVP_PKEY_CMAC> algorithm type. In addition to the
/third_party/openssl/crypto/evp/
Dp_lib.c331 || !pkey_set_type(ret, e, EVP_PKEY_CMAC, NULL, -1)) { in EVP_PKEY_new_CMAC_key()
/third_party/openssl/test/
Devp_test.c892 type = EVP_PKEY_CMAC; in mac_test_init()
1002 if (expected->type == EVP_PKEY_CMAC) in mac_test_run()
/third_party/openssl/include/openssl/
Devp.h55 # define EVP_PKEY_CMAC NID_cmac macro
/third_party/libcoap/src/
Dcoap_openssl.c909 case COAP_ASN1_PKEY_CMAC: return EVP_PKEY_CMAC; in map_key_type()