Searched refs:EVP_CIPHER_CTX_cipher (Results 1 – 16 of 16) sorted by relevance
460 && (EVP_CIPHER_flags(EVP_CIPHER_CTX_cipher(s->enc_read_ctx)) in ssl3_get_record()866 enc = EVP_CIPHER_CTX_cipher(s->enc_write_ctx); in ssl3_enc()872 enc = EVP_CIPHER_CTX_cipher(s->enc_read_ctx); in ssl3_enc()968 enc = EVP_CIPHER_CTX_cipher(s->enc_write_ctx); in tls1_enc()1006 enc = EVP_CIPHER_CTX_cipher(s->enc_read_ctx); in tls1_enc()1016 bs = EVP_CIPHER_block_size(EVP_CIPHER_CTX_cipher(ds)); in tls1_enc()1019 if (!(EVP_CIPHER_flags(EVP_CIPHER_CTX_cipher(ds)) in tls1_enc()1033 if (EVP_CIPHER_flags(EVP_CIPHER_CTX_cipher(ds)) in tls1_enc()1128 if ((EVP_CIPHER_flags(EVP_CIPHER_CTX_cipher(ds)) in tls1_enc()1468 if (EVP_CIPHER_flags(EVP_CIPHER_CTX_cipher(s->enc_read_ctx)) & in tls1_cbc_remove_padding()
438 EVP_CIPHER_flags(EVP_CIPHER_CTX_cipher(s->enc_write_ctx)) & in ssl3_write_bytes()588 || !(EVP_CIPHER_flags(EVP_CIPHER_CTX_cipher(s->enc_write_ctx)) in ssl3_write_bytes()
131 if (!EVP_CIPHER_CTX_cipher(ctx->cctx)) in CMAC_Init()
198 if (EVP_CIPHER_CTX_cipher(ctx) == NULL) { in PKCS5_v2_PBKDF2_keyivgen()
198 const EVP_CIPHER *EVP_CIPHER_CTX_cipher(const EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_cipher() function
166 if (!(EVP_CIPHER_flags(EVP_CIPHER_CTX_cipher(ctx)) & EVP_CIPH_CUSTOM_IV)) { in EVP_CipherInit_ex()
223 if (EVP_CIPHER_CTX_cipher(ctx) == NULL) { in PKCS5_v2_scrypt_keyivgen()
473 const EVP_CIPHER *EVP_CIPHER_CTX_cipher(const EVP_CIPHER_CTX *ctx);490 # define EVP_CIPHER_CTX_type(c) EVP_CIPHER_type(EVP_CIPHER_CTX_cipher(c))492 # define EVP_CIPHER_CTX_flags(c) EVP_CIPHER_flags(EVP_CIPHER_CTX_cipher(c))494 # define EVP_CIPHER_CTX_mode(c) EVP_CIPHER_mode(EVP_CIPHER_CTX_cipher(c))
48 hcrypto/man/man3/EVP_CIPHER_CTX_cipher.3
35 EVP_CIPHER_CTX_cipher,108 const EVP_CIPHER *EVP_CIPHER_CTX_cipher(const EVP_CIPHER_CTX *ctx);251 EVP_CIPHER_CTX_cipher() returns the B<EVP_CIPHER> structure when passed321 EVP_CIPHER_CTX_cipher() returns an B<EVP_CIPHER> structure.
339 kekcipher = EVP_CIPHER_CTX_cipher(ctx); in cms_wrap_init()
168 bl = EVP_CIPHER_CTX_cipher(ctx)->block_size; \
507 if (EVP_CIPHER_CTX_cipher(ctx) == NULL) { in afalg_cipher_init()
135 && (EVP_CIPHER_flags(EVP_CIPHER_CTX_cipher(s->enc_write_ctx)) & in dtls1_do_write()
1412 EVP_CIPHER_CTX_cipher;
1436 MLINKS+= EVP_EncryptInit.3 EVP_CIPHER_CTX_cipher.3