Searched refs:EVP_PKEY_CMAC (Results 1 – 8 of 8) sorted by relevance
22 pub const EVP_PKEY_CMAC: c_int = NID_cmac; constant
154 except it is only for the B<EVP_PKEY_CMAC> algorithm type. In addition to the
84 pub const CMAC: Id = Id(ffi::EVP_PKEY_CMAC);
1172 type = EVP_PKEY_CMAC; in mac_test_init()1318 if (expected->type == EVP_PKEY_CMAC) { in mac_test_run_pkey()
2340 kctx = EVP_PKEY_CTX_new_id(EVP_PKEY_CMAC, NULL); in test_CMAC_keygen()
55 # define EVP_PKEY_CMAC NID_cmac macro
72 # define EVP_PKEY_CMAC NID_cmac macro
909 case COAP_ASN1_PKEY_CMAC: return EVP_PKEY_CMAC; in map_key_type()