Searched refs:CMAC_Final (Results 1 – 19 of 19) sorted by relevance
/third_party/openssl/test/ |
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/ |
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() function
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | cmac.h | 33 int CMAC_Final(CMAC_CTX *ctx, unsigned char *out, size_t *poutlen);
|
/third_party/openssl/include/openssl/ |
D | cmac.h | 42 OSSL_DEPRECATEDIN_3_0 int CMAC_Final(CMAC_CTX *ctx,
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
D | cmac.h | 42 OSSL_DEPRECATEDIN_3_0 int CMAC_Final(CMAC_CTX *ctx,
|
/third_party/openssl/providers/implementations/macs/ |
D | cmac_prov.c | 145 return CMAC_Final(macctx->ctx, out, outl); in cmac_final()
|
/third_party/node/deps/openssl/openssl/providers/implementations/macs/ |
D | cmac_prov.c | 149 return CMAC_Final(macctx->ctx, out, outl); in cmac_final()
|
/third_party/node/deps/openssl/openssl/crypto/cmac/ |
D | cmac.c | 206 int CMAC_Final(CMAC_CTX *ctx, unsigned char *out, size_t *poutlen) in CMAC_Final() function
|
/third_party/openssl/crypto/cmac/ |
D | cmac.c | 206 int CMAC_Final(CMAC_CTX *ctx, unsigned char *out, size_t *poutlen) in CMAC_Final() function
|
/third_party/node/deps/openssl/openssl/util/ |
D | missingcrypto.txt | 294 CMAC_Final(3)
|
D | missingcrypto111.txt | 323 CMAC_Final(3)
|
D | libcrypto.num | 3411 CMAC_Final 3485 3_0_0 EXIST::FUNCTION:CMAC,DEPRECATEDIN_3_0
|
/third_party/openssl/util/ |
D | missingcrypto.txt | 294 CMAC_Final(3)
|
D | missingcrypto111.txt | 323 CMAC_Final(3)
|
D | libcrypto.num | 3411 CMAC_Final 3485 3_0_0 EXIST::FUNCTION:CMAC,DEPRECATEDIN_3_0
|
/third_party/rust/crates/rust-openssl/openssl-sys/ |
D | CHANGELOG.md | 54 * 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/ |
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/ |
D | crypto_openssl.c | 1309 if (!CMAC_Final(ctx, mac, &outlen) || outlen != 16) in omac1_aes_vector()
|
/third_party/openssl/doc/man7/ |
D | migration_guide.pod | 1258 CMAC_Init(), CMAC_Update(), CMAC_Final(), CMAC_resume()
|