Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl-sys/src/
Devp.rs22 pub const EVP_PKEY_CMAC: c_int = NID_cmac; constant
/third_party/openssl/doc/man3/
DEVP_PKEY_new.pod154 except it is only for the B<EVP_PKEY_CMAC> algorithm type. In addition to the
/third_party/rust/crates/rust-openssl/openssl/src/
Dpkey.rs84 pub const CMAC: Id = Id(ffi::EVP_PKEY_CMAC);
/third_party/openssl/test/
Devp_test.c1172 type = EVP_PKEY_CMAC; in mac_test_init()
1318 if (expected->type == EVP_PKEY_CMAC) { in mac_test_run_pkey()
Devp_extra_test.c2340 kctx = EVP_PKEY_CTX_new_id(EVP_PKEY_CMAC, NULL); in test_CMAC_keygen()
/third_party/openssl/ohos_lite/include/openssl/
Devp.h55 # define EVP_PKEY_CMAC NID_cmac macro
/third_party/openssl/include/openssl/
Devp.h72 # 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()