Home
last modified time | relevance | path

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

/third_party/openssl/test/
H A 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/
H A Dcmac.rs16 pub fn CMAC_Final(ctx: *mut CMAC_CTX, out: *mut c_uchar, len: *mut size_t) -> c_int; in CMAC_Final() functions
/third_party/openssl/ohos_lite/include/openssl/
H A Dcmac.h33 int CMAC_Final(CMAC_CTX *ctx, unsigned char *out, size_t *poutlen);
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dcmac.h42 OSSL_DEPRECATEDIN_3_0 int CMAC_Final(CMAC_CTX *ctx,
/third_party/openssl/include/openssl/
H A Dcmac.h42 OSSL_DEPRECATEDIN_3_0 int CMAC_Final(CMAC_CTX *ctx,
/third_party/node/deps/openssl/openssl/providers/implementations/macs/
H A Dcmac_prov.c149 return CMAC_Final(macctx->ctx, out, outl); in cmac_final()
/third_party/openssl/providers/implementations/macs/
H A Dcmac_prov.c145 return CMAC_Final(macctx->ctx, out, outl); in cmac_final()
/third_party/node/deps/openssl/openssl/crypto/cmac/
H A Dcmac.c206 int CMAC_Final(CMAC_CTX *ctx, unsigned char *out, size_t *poutlen) in CMAC_Final() function
246 * CMAC_Final(). in CMAC_resume()
/third_party/openssl/crypto/cmac/
H A Dcmac.c206 int CMAC_Final(CMAC_CTX *ctx, unsigned char *out, size_t *poutlen) in CMAC_Final() function
246 * CMAC_Final(). in CMAC_resume()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A 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/
H A Dcrypto_openssl.c1309 if (!CMAC_Final(ctx, mac, &outlen) || outlen != 16) in omac1_aes_vector()

Completed in 10 milliseconds