Home
last modified time | relevance | path

Searched defs:M_do_cipher (Results 1 – 1 of 1) sorted by relevance

/external/openssl/crypto/evp/
Devp_enc.c73 #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