Searched refs:EVP_CIPHER_flags (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A Devp_lib.c235 unsigned long EVP_CIPHER_flags(const EVP_CIPHER *cipher) function
249 return EVP_CIPHER_flags(ctx->cipher);
H A Devp.h534 unsigned long EVP_CIPHER_flags(const EVP_CIPHER *cipher);
535 # define EVP_CIPHER_mode(e) (EVP_CIPHER_flags(e) & EVP_CIPH_MODE)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A Devp_lib.c235 unsigned long EVP_CIPHER_flags(const EVP_CIPHER *cipher) function
249 return EVP_CIPHER_flags(ctx->cipher);
H A Devp.h534 unsigned long EVP_CIPHER_flags(const EVP_CIPHER *cipher);
535 # define EVP_CIPHER_mode(e) (EVP_CIPHER_flags(e) & EVP_CIPH_MODE)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Devp_lib.c191 unsigned long EVP_CIPHER_flags(const EVP_CIPHER *cipher) function
H A Devp.h449 unsigned long EVP_CIPHER_flags(const EVP_CIPHER *cipher);
450 #define EVP_CIPHER_mode(e) (EVP_CIPHER_flags(e) & EVP_CIPH_MODE)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dt1_enc.c504 if (!(EVP_CIPHER_flags(c) & EVP_CIPH_FLAG_AEAD_CIPHER)) {
580 if ((EVP_CIPHER_flags(c) & EVP_CIPH_FLAG_AEAD_CIPHER) && *mac_secret_size
815 if (EVP_CIPHER_flags(ds->cipher) & EVP_CIPH_FLAG_AEAD_CIPHER) {
891 if ((EVP_CIPHER_flags(ds->cipher) & EVP_CIPH_FLAG_CUSTOM_CIPHER)
H A Ds3_cbc.c161 if (EVP_CIPHER_flags(s->enc_read_ctx->cipher) & EVP_CIPH_FLAG_AEAD_CIPHER) {
H A Ds3_pkt.c699 EVP_CIPHER_flags(s->enc_write_ctx->cipher) &
H A Dssl_ciph.c638 (*md != NULL || (EVP_CIPHER_flags(*enc) & EVP_CIPH_FLAG_AEAD_CIPHER))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dt1_enc.c504 if (!(EVP_CIPHER_flags(c) & EVP_CIPH_FLAG_AEAD_CIPHER)) {
580 if ((EVP_CIPHER_flags(c) & EVP_CIPH_FLAG_AEAD_CIPHER) && *mac_secret_size
815 if (EVP_CIPHER_flags(ds->cipher) & EVP_CIPH_FLAG_AEAD_CIPHER) {
891 if ((EVP_CIPHER_flags(ds->cipher) & EVP_CIPH_FLAG_CUSTOM_CIPHER)
H A Ds3_cbc.c161 if (EVP_CIPHER_flags(s->enc_read_ctx->cipher) & EVP_CIPH_FLAG_AEAD_CIPHER) {
H A Ds3_pkt.c699 EVP_CIPHER_flags(s->enc_write_ctx->cipher) &
H A Dssl_ciph.c638 (*md != NULL || (EVP_CIPHER_flags(*enc) & EVP_CIPH_FLAG_AEAD_CIPHER))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dcrypto_openssl.c324 ((EVP_CIPHER_flags (cipher) & EVP_CIPH_VARIABLE_LENGTH) ?
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Devp.h449 unsigned long EVP_CIPHER_flags(const EVP_CIPHER *cipher);
450 #define EVP_CIPHER_mode(e) (EVP_CIPHER_flags(e) & EVP_CIPH_MODE)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Denc.c329 if (cipher && EVP_CIPHER_flags(cipher) & EVP_CIPH_FLAG_AEAD_CIPHER) {
H A Dspeed.c1953 (EVP_CIPHER_flags(evp_cipher) &
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Denc.c329 if (cipher && EVP_CIPHER_flags(cipher) & EVP_CIPH_FLAG_AEAD_CIPHER) {
H A Dspeed.c1953 (EVP_CIPHER_flags(evp_cipher) &

Completed in 123 milliseconds