Home
last modified time | relevance | path

Searched refs:EVP_CIPHER_CTX_FLAG_WRAP_ALLOW (Results 1 – 4 of 4) sorted by relevance

/openbsd/regress/lib/libcrypto/evp/
H A Devptest.c163 EVP_CIPHER_CTX_set_flags(ctx, EVP_CIPHER_CTX_FLAG_WRAP_ALLOW); in test1()
/openbsd/lib/libcrypto/evp/
H A Devp_cipher.c156 ctx->flags = flags & EVP_CIPHER_CTX_FLAG_WRAP_ALLOW; in EVP_CipherInit_ex()
185 if ((ctx->flags & EVP_CIPHER_CTX_FLAG_WRAP_ALLOW) == 0 && in EVP_CipherInit_ex()
H A Devp.h238 #define EVP_CIPHER_CTX_FLAG_WRAP_ALLOW 0x1 macro
/openbsd/lib/libcrypto/cms/
H A Dcms_asn1.c719 EVP_CIPHER_CTX_set_flags(kari->ctx, EVP_CIPHER_CTX_FLAG_WRAP_ALLOW); in cms_kari_cb()