Home
last modified time | relevance | path

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

/third_party/openssl/test/
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(ctx, test[2].key, test[2].key_len, NULL, NULL)) in test_cmac_run()
[all …]
/third_party/openssl/providers/implementations/macs/
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/openssl/ohos_lite/include/openssl/
Dcmac.h30 int CMAC_Init(CMAC_CTX *ctx, const void *key, size_t keylen,
/third_party/openssl/include/openssl/
Dcmac.h37 OSSL_DEPRECATEDIN_3_0 int CMAC_Init(CMAC_CTX *ctx,
/third_party/openssl/crypto/cmac/
Dcmac.c111 int CMAC_Init(CMAC_CTX *ctx, const void *key, size_t keylen, in CMAC_Init() function
/third_party/openssl/util/
Dmissingcrypto.txt297 CMAC_Init(3)
Dmissingcrypto111.txt324 CMAC_Init(3)
Dlibcrypto.num3084 CMAC_Init 3151 3_0_0 EXIST::FUNCTION:CMAC,DEPRECATEDIN_3_0
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
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/
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()
/third_party/openssl/doc/man7/
Dmigration_guide.pod1068 Low-level mac functions such as L<CMAC_Init(3)> are deprecated.
1240 CMAC_Init(), CMAC_Update(), CMAC_Final(), CMAC_resume()