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

/freebsd-9.3-release/crypto/openssl/crypto/evp/
H A Devp_enc.c70 # define M_do_cipher(ctx, out, in, inl) \ macro
73 # define M_do_cipher(ctx, out, in, inl) \ macro
157 if (M_do_cipher(ctx, out, in, inl)) {
177 if (!M_do_cipher(ctx, out, ctx->buf, bl))
189 if (!M_do_cipher(ctx, out, in, inl))
232 ret = M_do_cipher(ctx, out, ctx->buf, b);

Completed in 42 milliseconds