Home
last modified time | relevance | path

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

/third_party/openssl/test/
Dcmactest.c119 || !TEST_true(CMAC_Final(ctx, buf, &len))) in test_cmac_run()
129 || !TEST_true(CMAC_Final(ctx, buf, &len))) in test_cmac_run()
138 || !TEST_true(CMAC_Final(ctx, buf, &len))) in test_cmac_run()
146 || !TEST_true(CMAC_Final(ctx, buf, &len))) in test_cmac_run()
156 || !TEST_true(CMAC_Final(ctx, buf, &len))) in test_cmac_run()
185 || !TEST_true(CMAC_Final(ctx2, buf, &len))) in test_cmac_copy()
/third_party/openssl/ohos_lite/include/openssl/
Dcmac.h33 int CMAC_Final(CMAC_CTX *ctx, unsigned char *out, size_t *poutlen);
/third_party/openssl/include/openssl/
Dcmac.h42 OSSL_DEPRECATEDIN_3_0 int CMAC_Final(CMAC_CTX *ctx,
/third_party/openssl/providers/implementations/macs/
Dcmac_prov.c145 return CMAC_Final(macctx->ctx, out, outl); in cmac_final()
/third_party/openssl/crypto/cmac/
Dcmac.c206 int CMAC_Final(CMAC_CTX *ctx, unsigned char *out, size_t *poutlen) in CMAC_Final() function
/third_party/openssl/util/
Dmissingcrypto.txt296 CMAC_Final(3)
Dmissingcrypto111.txt323 CMAC_Final(3)
Dlibcrypto.num3411 CMAC_Final 3485 3_0_0 EXIST::FUNCTION:CMAC,DEPRECATEDIN_3_0
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto_openssl.c1236 if (!CMAC_Final(ctx, mac, &outlen) || outlen != 16) in omac1_aes_vector()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_openssl.c1309 if (!CMAC_Final(ctx, mac, &outlen) || outlen != 16) in omac1_aes_vector()
/third_party/openssl/doc/man7/
Dmigration_guide.pod1240 CMAC_Init(), CMAC_Update(), CMAC_Final(), CMAC_resume()