Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/evp/
H A De_camellia.c576 …Camellia_cfb1_encrypt(in, out, ((1 == 1) && !(ctx->flags & EVP_CIPH_FLAG_LENGTH_BITS) ? chunk * 8 … in camellia_128_cfb1_cipher()
620 …Camellia_cfb1_encrypt(in, out, ((1 == 1) && !(ctx->flags & EVP_CIPH_FLAG_LENGTH_BITS) ? chunk * 8 … in camellia_192_cfb1_cipher()
664 …Camellia_cfb1_encrypt(in, out, ((1 == 1) && !(ctx->flags & EVP_CIPH_FLAG_LENGTH_BITS) ? chunk * 8 … in camellia_256_cfb1_cipher()
H A De_des3.c220 if (!(ctx->flags & EVP_CIPH_FLAG_LENGTH_BITS)) in des_ede3_cfb1_cipher()
H A Devp.h223 #define EVP_CIPH_FLAG_LENGTH_BITS 0x2000 macro
H A De_aes.c506 if (ctx->flags&EVP_CIPH_FLAG_LENGTH_BITS) { in aes_cfb1_cipher()