Home
last modified time | relevance | path

Searched refs:CMAC_Final (Results 1 – 19 of 19) 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/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dcmac.rs16 pub fn CMAC_Final(ctx: *mut CMAC_CTX, out: *mut c_uchar, len: *mut size_t) -> c_int; in CMAC_Final() function
/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/node/deps/openssl/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/node/deps/openssl/openssl/providers/implementations/macs/
Dcmac_prov.c149 return CMAC_Final(macctx->ctx, out, outl); in cmac_final()
/third_party/node/deps/openssl/openssl/crypto/cmac/
Dcmac.c206 int CMAC_Final(CMAC_CTX *ctx, unsigned char *out, size_t *poutlen) in CMAC_Final() function
/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/node/deps/openssl/openssl/util/
Dmissingcrypto.txt294 CMAC_Final(3)
Dmissingcrypto111.txt323 CMAC_Final(3)
Dlibcrypto.num3411 CMAC_Final 3485 3_0_0 EXIST::FUNCTION:CMAC,DEPRECATEDIN_3_0
/third_party/openssl/util/
Dmissingcrypto.txt294 CMAC_Final(3)
Dmissingcrypto111.txt323 CMAC_Final(3)
Dlibcrypto.num3411 CMAC_Final 3485 3_0_0 EXIST::FUNCTION:CMAC,DEPRECATEDIN_3_0
/third_party/rust/crates/rust-openssl/openssl-sys/
DCHANGELOG.md54 * Added `CMAC_CTX_new`, `CMAC_CTX_free`, `CMAC_Init`, `CMAC_Update`, `CMAC_Final`, and `CMAC_CTX_co…
/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.pod1258 CMAC_Init(), CMAC_Update(), CMAC_Final(), CMAC_resume()