Searched refs:CMAC_Final (Results 1 - 11 of 11) sorted by relevance
/third_party/openssl/test/ |
H A D | cmactest.c | 119 || !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 D | cmac.rs | 16 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 D | cmac.h | 33 int CMAC_Final(CMAC_CTX *ctx, unsigned char *out, size_t *poutlen);
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | cmac.h | 42 OSSL_DEPRECATEDIN_3_0 int CMAC_Final(CMAC_CTX *ctx,
|
/third_party/openssl/include/openssl/ |
H A D | cmac.h | 42 OSSL_DEPRECATEDIN_3_0 int CMAC_Final(CMAC_CTX *ctx,
|
/third_party/node/deps/openssl/openssl/providers/implementations/macs/ |
H A D | cmac_prov.c | 149 return CMAC_Final(macctx->ctx, out, outl); in cmac_final()
|
/third_party/openssl/providers/implementations/macs/ |
H A D | cmac_prov.c | 145 return CMAC_Final(macctx->ctx, out, outl); in cmac_final()
|
/third_party/node/deps/openssl/openssl/crypto/cmac/ |
H A D | cmac.c | 206 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 D | cmac.c | 206 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 D | crypto_openssl.c | 1236 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 D | crypto_openssl.c | 1309 if (!CMAC_Final(ctx, mac, &outlen) || outlen != 16) in omac1_aes_vector()
|
Completed in 9 milliseconds