Searched refs:EVP_CIPH_FLAG_LENGTH_BITS (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/evp/
H A Devp_locl.h118 cprefix##_cfb##cbits##_encrypt(in, out, (long)((cbits==1) && !(ctx->flags & EVP_CIPH_FLAG_LENGTH_BITS) ?inl*8:inl), &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, &ctx->num, ctx->encrypt);\
H A Devp.h355 #define EVP_CIPH_FLAG_LENGTH_BITS 0x2000 macro
H A De_aes.c639 if (ctx->flags&EVP_CIPH_FLAG_LENGTH_BITS) {
/external/openssl/crypto/evp/
H A Devp_locl.h118 cprefix##_cfb##cbits##_encrypt(in, out, (long)((cbits==1) && !(ctx->flags & EVP_CIPH_FLAG_LENGTH_BITS) ?inl*8:inl), &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, &ctx->num, ctx->encrypt);\
H A Devp.h355 #define EVP_CIPH_FLAG_LENGTH_BITS 0x2000 macro
H A De_aes.c704 if (ctx->flags&EVP_CIPH_FLAG_LENGTH_BITS) {
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Devp.h355 #define EVP_CIPH_FLAG_LENGTH_BITS 0x2000 macro
/external/openssl/include/openssl/
H A Devp.h355 #define EVP_CIPH_FLAG_LENGTH_BITS 0x2000 macro

Completed in 114 milliseconds