Home
last modified time | relevance | path

Searched refs:EVP_CIPHER_CTX_FLAG_WRAP_ALLOW (Results 1 - 18 of 18) sorted by relevance

/third_party/libwebsockets/lib/tls/openssl/
H A Dlws-genaes.c61 EVP_CIPHER_CTX_FLAG_WRAP_ALLOW); in lws_genaes_create()
116 EVP_CIPHER_CTX_FLAG_WRAP_ALLOW); in lws_genaes_create()
170 EVP_CIPHER_CTX_FLAG_WRAP_ALLOW); in lws_genaes_create()
/third_party/openssl/demos/cipher/
H A Daeskeywrap.c72 EVP_CIPHER_CTX_set_flags(ctx, EVP_CIPHER_CTX_FLAG_WRAP_ALLOW); in aes_wrap_encrypt()
129 EVP_CIPHER_CTX_set_flags(ctx, EVP_CIPHER_CTX_FLAG_WRAP_ALLOW); in aes_wrap_decrypt()
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Devp.rs31 pub const EVP_CIPHER_CTX_FLAG_WRAP_ALLOW: c_int = 0x1; consts
/third_party/node/src/crypto/
H A Dcrypto_aes.cc49 EVP_CIPHER_CTX_set_flags(ctx.get(), EVP_CIPHER_CTX_FLAG_WRAP_ALLOW); in AES_Cipher()
H A Dcrypto_cipher.cc379 EVP_CIPHER_CTX_set_flags(ctx_.get(), EVP_CIPHER_CTX_FLAG_WRAP_ALLOW); in CommonInit()
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_asn1.c155 EVP_CIPHER_CTX_set_flags(kari->ctx, EVP_CIPHER_CTX_FLAG_WRAP_ALLOW);
H A Dcms_env.c880 EVP_CIPHER_CTX_set_flags(ctx, EVP_CIPHER_CTX_FLAG_WRAP_ALLOW); in cms_RecipientInfo_kekri_encrypt()
/third_party/openssl/crypto/cms/
H A Dcms_asn1.c166 EVP_CIPHER_CTX_set_flags(kari->ctx, EVP_CIPHER_CTX_FLAG_WRAP_ALLOW);
H A Dcms_env.c861 EVP_CIPHER_CTX_set_flags(ctx, EVP_CIPHER_CTX_FLAG_WRAP_ALLOW); in cms_RecipientInfo_kekri_encrypt()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Devp_enc.c355 ctx->flags &= EVP_CIPHER_CTX_FLAG_WRAP_ALLOW; in evp_cipher_init_internal()
375 if (!(ctx->flags & EVP_CIPHER_CTX_FLAG_WRAP_ALLOW) in evp_cipher_init_internal()
/third_party/openssl/crypto/evp/
H A Devp_enc.c350 ctx->flags &= EVP_CIPHER_CTX_FLAG_WRAP_ALLOW; in evp_cipher_init_internal()
370 if (!(ctx->flags & EVP_CIPHER_CTX_FLAG_WRAP_ALLOW) in evp_cipher_init_internal()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dcipher_ctx.rs90 const FLAG_WRAP_ALLOW = ffi::EVP_CIPHER_CTX_FLAG_WRAP_ALLOW;
/third_party/node/deps/openssl/openssl/providers/fips/
H A Dself_test_kats.c63 EVP_CIPHER_CTX_set_flags(ctx, EVP_CIPHER_CTX_FLAG_WRAP_ALLOW); in cipher_init()
/third_party/openssl/providers/fips/
H A Dself_test_kats.c63 EVP_CIPHER_CTX_set_flags(ctx, EVP_CIPHER_CTX_FLAG_WRAP_ALLOW); in cipher_init()
/third_party/openssl/ohos_lite/include/openssl/
H A Devp.h287 # define EVP_CIPHER_CTX_FLAG_WRAP_ALLOW 0x1 macro
/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h362 # define EVP_CIPHER_CTX_FLAG_WRAP_ALLOW 0x1 macro
/third_party/openssl/include/openssl/
H A Devp.h360 # define EVP_CIPHER_CTX_FLAG_WRAP_ALLOW 0x1 macro
/third_party/openssl/test/
H A Devp_test.c705 EVP_CIPHER_CTX_set_flags(ctx_base, EVP_CIPHER_CTX_FLAG_WRAP_ALLOW); in cipher_test_enc()

Completed in 29 milliseconds