Searched refs:EVP_CTRL_GCM_SET_IVLEN (Results 1 - 7 of 7) sorted by relevance
/third_party/libwebsockets/lib/tls/openssl/ |
H A D | lws-genaes.c | 328 n = EVP_CIPHER_CTX_ctrl(ctx->ctx, EVP_CTRL_GCM_SET_IVLEN, in lws_genaes_crypt()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
H A D | evp.rs | 33 pub const EVP_CTRL_GCM_SET_IVLEN: c_int = 0x9; consts
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | cipher_ctx.rs | 409 ffi::EVP_CTRL_GCM_SET_IVLEN, in set_iv_length()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | evp.h | 304 # define EVP_CTRL_GCM_SET_IVLEN EVP_CTRL_AEAD_SET_IVLEN macro
|
/third_party/openssl/test/ |
H A D | evp_extra_test.c | 3636 if (!TEST_int_gt(EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_GCM_SET_IVLEN, t->ivlen, NULL), 0)) in evp_init_seq_set_iv() 3978 if (!TEST_int_gt(EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_GCM_SET_IVLEN, t->ivlen1, NULL), 0)) { in test_gcm_reinit() 4013 if (!TEST_int_gt(EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_GCM_SET_IVLEN, t->ivlen2, NULL), 0)) { in test_gcm_reinit()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | evp.h | 379 # define EVP_CTRL_GCM_SET_IVLEN EVP_CTRL_AEAD_SET_IVLEN macro
|
/third_party/openssl/include/openssl/ |
H A D | evp.h | 377 # define EVP_CTRL_GCM_SET_IVLEN EVP_CTRL_AEAD_SET_IVLEN macro
|
Completed in 20 milliseconds