Home
last modified time | relevance | path

Searched refs:CMAC_Init (Results 1 - 11 of 11) sorted by relevance

/third_party/openssl/test/
H A Dcmactest.c84 || !TEST_false(CMAC_Init(ctx, NULL, 0, NULL, NULL)) in test_cmac_bad()
87 || !TEST_true(CMAC_Init(ctx, NULL, 0, EVP_aes_128_cbc(), NULL)) in test_cmac_bad()
91 || !TEST_true(CMAC_Init(ctx, test[0].key, test[0].key_len, NULL, NULL)) in test_cmac_bad()
95 || !TEST_false(CMAC_Init(ctx, xtskey, sizeof(xtskey), EVP_aes_128_xts(), in test_cmac_bad()
116 if (!TEST_true(CMAC_Init(ctx, test[0].key, test[0].key_len, in test_cmac_run()
126 if (!TEST_true(CMAC_Init(ctx, test[1].key, test[1].key_len, in test_cmac_run()
136 if (!TEST_true(CMAC_Init(ctx, test[2].key, test[2].key_len, NULL, NULL)) in test_cmac_run()
144 if (!TEST_true(CMAC_Init(ctx, NULL, 0, NULL, NULL)) in test_cmac_run()
153 if (!TEST_true(CMAC_Init(ctx, NULL, 0, EVP_aes_256_cbc(), NULL)) in test_cmac_run()
154 || !TEST_true(CMAC_Init(ct in test_cmac_run()
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/macs/
H A Dcmac_prov.c113 int rv = CMAC_Init(macctx->ctx, key, keylen, in cmac_setkey()
130 return CMAC_Init(macctx->ctx, NULL, 0, NULL, NULL); in cmac_init()
/third_party/openssl/providers/implementations/macs/
H A Dcmac_prov.c109 int rv = CMAC_Init(macctx->ctx, key, keylen, in cmac_setkey()
126 return CMAC_Init(macctx->ctx, NULL, 0, NULL, NULL); in cmac_init()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dcmac.rs8 pub fn CMAC_Init( in CMAC_Init() functions
/third_party/openssl/ohos_lite/include/openssl/
H A Dcmac.h30 int CMAC_Init(CMAC_CTX *ctx, const void *key, size_t keylen,
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dcmac.h37 OSSL_DEPRECATEDIN_3_0 int CMAC_Init(CMAC_CTX *ctx,
/third_party/openssl/include/openssl/
H A Dcmac.h37 OSSL_DEPRECATEDIN_3_0 int CMAC_Init(CMAC_CTX *ctx,
/third_party/node/deps/openssl/openssl/crypto/cmac/
H A Dcmac.c111 int CMAC_Init(CMAC_CTX *ctx, const void *key, size_t keylen, in CMAC_Init() function
/third_party/openssl/crypto/cmac/
H A Dcmac.c111 int CMAC_Init(CMAC_CTX *ctx, const void *key, size_t keylen, in CMAC_Init() function
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_openssl.c1224 if (!CMAC_Init(ctx, key, 32, EVP_aes_256_cbc(), NULL)) in omac1_aes_vector()
1227 if (!CMAC_Init(ctx, key, 16, EVP_aes_128_cbc(), NULL)) in omac1_aes_vector()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_openssl.c1297 if (!CMAC_Init(ctx, key, 32, EVP_aes_256_cbc(), NULL)) in omac1_aes_vector()
1300 if (!CMAC_Init(ctx, key, 16, EVP_aes_128_cbc(), NULL)) in omac1_aes_vector()

Completed in 9 milliseconds