Home
last modified time | relevance | path

Searched refs:EVP_CIPHER_CTX_set_key_length (Results 1 - 25 of 29) sorted by relevance

12

/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dp_open.c53 if (EVP_CIPHER_CTX_set_key_length(ctx, keylen) <= 0 in EVP_OpenInit()
H A De_rc2.c151 || EVP_CIPHER_CTX_set_key_length(c, key_bits / 8) <= 0) in rc2_get_asn1_type_and_iv()
H A Devp_enc.c1033 int EVP_CIPHER_CTX_set_key_length(EVP_CIPHER_CTX *c, int keylen) in EVP_CIPHER_CTX_set_key_length() function
/third_party/openssl/crypto/evp/
H A Dp_open.c53 if (EVP_CIPHER_CTX_set_key_length(ctx, keylen) <= 0 in EVP_OpenInit()
H A De_rc2.c151 || EVP_CIPHER_CTX_set_key_length(c, key_bits / 8) <= 0) in rc2_get_asn1_type_and_iv()
H A Devp_enc.c1028 int EVP_CIPHER_CTX_set_key_length(EVP_CIPHER_CTX *c, int keylen) in EVP_CIPHER_CTX_set_key_length() function
/third_party/openssl/test/
H A Daesgcmtest.c114 && TEST_int_le(EVP_CIPHER_CTX_set_key_length(ctx, 2), 0); in badkeylen_test()
H A Ddestest.c853 || !EVP_CIPHER_CTX_set_key_length(ctx, sizeof(key)) in test_des_two_key()
/third_party/node/deps/openssl/openssl/crypto/cmac/
H A Dcmac.c142 if (EVP_CIPHER_CTX_set_key_length(ctx->cctx, keylen) <= 0) in CMAC_Init()
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_enc.c145 if (EVP_CIPHER_CTX_set_key_length(ctx, ec->keylen) <= 0) { in ossl_cms_EncryptedContent_init_bio()
/third_party/openssl/crypto/cms/
H A Dcms_enc.c144 if (EVP_CIPHER_CTX_set_key_length(ctx, ec->keylen) <= 0) { in ossl_cms_EncryptedContent_init_bio()
/third_party/openssl/crypto/cmac/
H A Dcmac.c142 if (EVP_CIPHER_CTX_set_key_length(ctx->cctx, keylen) <= 0) in CMAC_Init()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dcipher_ctx.rs349 #[corresponds(EVP_CIPHER_CTX_set_key_length)]
354 cvt(ffi::EVP_CIPHER_CTX_set_key_length( in set_key_length()
/third_party/libwebsockets/lib/tls/openssl/
H A Dlws-genaes.c325 EVP_CIPHER_CTX_set_key_length(ctx->ctx, (int)ctx->k->len); in lws_genaes_crypt()
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/
H A Dkrb5kdf.c338 ret = EVP_CIPHER_CTX_set_key_length(ctx, key_len); in cipher_init()
/third_party/openssl/providers/implementations/kdfs/
H A Dkrb5kdf.c338 ret = EVP_CIPHER_CTX_set_key_length(ctx, key_len); in cipher_init()
/third_party/node/src/crypto/
H A Dcrypto_aes.cc72 if (!EVP_CIPHER_CTX_set_key_length( in AES_Cipher()
H A Dcrypto_cipher.cc108 if (!EVP_CIPHER_CTX_set_key_length(ctx.get(), check_len)) in GetCipherInfo()
394 if (!EVP_CIPHER_CTX_set_key_length(ctx_.get(), key_len)) { in CommonInit()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_openssl.c233 !EVP_CIPHER_CTX_set_key_length(ctx, keylen) || in rc4_skip()
694 !EVP_CIPHER_CTX_set_key_length(ctx->enc, key_len) || in crypto_cipher_init()
705 !EVP_CIPHER_CTX_set_key_length(ctx->dec, key_len) || in crypto_cipher_init()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Devp.rs277 pub fn EVP_CIPHER_CTX_set_key_length(ctx: *mut EVP_CIPHER_CTX, keylen: c_int) -> c_int; in EVP_CIPHER_CTX_set_key_length() functions
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_openssl.c306 !EVP_CIPHER_CTX_set_key_length(ctx, keylen) || in rc4_skip()
767 !EVP_CIPHER_CTX_set_key_length(ctx->enc, key_len) || in crypto_cipher_init()
778 !EVP_CIPHER_CTX_set_key_length(ctx->dec, key_len) || in crypto_cipher_init()
/third_party/node/deps/openssl/openssl/crypto/pkcs7/
H A Dpk7_doit.c623 if (EVP_CIPHER_CTX_set_key_length(evp_ctx, eklen) <= 0) { in PKCS7_dataDecode()
/third_party/openssl/crypto/pkcs7/
H A Dpk7_doit.c623 if (EVP_CIPHER_CTX_set_key_length(evp_ctx, eklen) <= 0) { in PKCS7_dataDecode()
/third_party/openssl/ohos_lite/include/openssl/
H A Devp.h682 int EVP_CIPHER_CTX_set_key_length(EVP_CIPHER_CTX *x, int keylen);
/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h878 int EVP_CIPHER_CTX_set_key_length(EVP_CIPHER_CTX *x, int keylen);

Completed in 32 milliseconds

12