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

/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/
H A Devp.h45 #define EVP_CIPHER_CTX_flags hc_EVP_CIPHER_CTX_flags macro
286 EVP_CIPHER_CTX_flags(const EVP_CIPHER_CTX *);
H A Devp.c707 EVP_CIPHER_CTX_flags(const EVP_CIPHER_CTX *ctx) function
725 return EVP_CIPHER_CTX_flags(ctx) & EVP_CIPH_MODE;
/macosx-10.10.1/OpenSSL098-52/src/crypto/evp/
H A Denc_min.c271 if(!(EVP_CIPHER_CTX_flags(ctx) & EVP_CIPH_CUSTOM_IV)) {
378 unsigned long EVP_CIPHER_CTX_flags(const EVP_CIPHER_CTX *ctx) function
H A Devp.h505 unsigned long EVP_CIPHER_CTX_flags(const EVP_CIPHER_CTX *ctx);
506 #define EVP_CIPHER_CTX_mode(e) (EVP_CIPHER_CTX_flags(e) & EVP_CIPH_MODE)
/macosx-10.10.1/OpenSSH-189/osslshim/ossl/
H A Dossl-evp.h69 #define EVP_CIPHER_CTX_flags ossl_EVP_CIPHER_CTX_flags macro
397 unsigned long EVP_CIPHER_CTX_flags(const EVP_CIPHER_CTX *);
H A Dossl-evp.c829 EVP_CIPHER_CTX_flags(const EVP_CIPHER_CTX *ctx) function
845 return (EVP_CIPHER_CTX_flags(ctx) & EVP_CIPH_MODE);
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Devp.h505 unsigned long EVP_CIPHER_CTX_flags(const EVP_CIPHER_CTX *ctx);
506 #define EVP_CIPHER_CTX_mode(e) (EVP_CIPHER_CTX_flags(e) & EVP_CIPH_MODE)

Completed in 108 milliseconds