Home
last modified time | relevance | path

Searched refs:EVP_CIPHER_mode (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/regress/lib/libcrypto/evp/
Devptest.c166 if (EVP_CIPHER_mode(c) == EVP_CIPH_WRAP_MODE && in == 0) in test1()
202 if (EVP_CIPHER_mode(c) == EVP_CIPH_WRAP_MODE && in == 0) in test1()
/openbsd/src/usr.bin/openssl/
Denc.c303 if (EVP_CIPHER_mode(cipher) == EVP_CIPH_XTS_MODE) in skip_aead_and_xts()
410 EVP_CIPHER_mode(cfg.cipher) == EVP_CIPH_XTS_MODE) { in enc_main()
/openbsd/src/lib/libcrypto/evp/
Devp_cipher.c359 if (in_len == 0 && EVP_CIPHER_mode(ctx->cipher) != EVP_CIPH_CCM_MODE) in EVP_EncryptUpdate()
500 if (in_len == 0 && EVP_CIPHER_mode(ctx->cipher) != EVP_CIPH_CCM_MODE) in EVP_DecryptUpdate()
Devp.h362 #define EVP_CIPHER_mode(e) (EVP_CIPHER_flags(e) & EVP_CIPH_MODE) macro
/openbsd/src/lib/libcrypto/ec/
Dec_ameth.c837 if (EVP_CIPHER_mode(kekcipher) != EVP_CIPH_WRAP_MODE) in ecdh_cms_set_shared_info()
/openbsd/src/lib/libssl/
Dssl_ciph.c468 if (EVP_CIPHER_mode(*enc) == EVP_CIPH_GCM_MODE) in ssl_cipher_get_evp()