Home
last modified time | relevance | path

Searched refs:EVP_CTRL_GCM_SET_IVLEN (Results 1 - 7 of 7) sorted by relevance

/third_party/libwebsockets/lib/tls/openssl/
H A Dlws-genaes.c328 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 Devp.rs33 pub const EVP_CTRL_GCM_SET_IVLEN: c_int = 0x9; consts
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dcipher_ctx.rs409 ffi::EVP_CTRL_GCM_SET_IVLEN, in set_iv_length()
/third_party/openssl/ohos_lite/include/openssl/
H A Devp.h304 # define EVP_CTRL_GCM_SET_IVLEN EVP_CTRL_AEAD_SET_IVLEN macro
/third_party/openssl/test/
H A Devp_extra_test.c3636 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 Devp.h379 # define EVP_CTRL_GCM_SET_IVLEN EVP_CTRL_AEAD_SET_IVLEN macro
/third_party/openssl/include/openssl/
H A Devp.h377 # define EVP_CTRL_GCM_SET_IVLEN EVP_CTRL_AEAD_SET_IVLEN macro

Completed in 20 milliseconds