Searched defs:M_do_cipher (Results 1 – 1 of 1) sorted by relevance
/external/openssl/crypto/evp/ |
D | evp_enc.c | 73 #define M_do_cipher(ctx, out, in, inl) FIPS_cipher(ctx, out, in, inl) macro 75 #define M_do_cipher(ctx, out, in, inl) ctx->cipher->do_cipher(ctx, out, in, inl) macro
|