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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A 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
324 i = M_do_cipher(ctx, out, in, inl);
338 if (M_do_cipher(ctx, out, in, inl)) {
358 if (!M_do_cipher(ctx, out, ctx->buf, bl))
370 if (!M_do_cipher(ctx, out, in, inl))
394 ret = M_do_cipher(ctx, out, NULL, 0);
422 ret = M_do_cipher(ctx, out, ctx->buf, b);
437 fix_len = M_do_cipher(ctx, out, in, inl);
498 i = M_do_cipher(ct
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A 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
324 i = M_do_cipher(ctx, out, in, inl);
338 if (M_do_cipher(ctx, out, in, inl)) {
358 if (!M_do_cipher(ctx, out, ctx->buf, bl))
370 if (!M_do_cipher(ctx, out, in, inl))
394 ret = M_do_cipher(ctx, out, NULL, 0);
422 ret = M_do_cipher(ctx, out, ctx->buf, b);
437 fix_len = M_do_cipher(ctx, out, in, inl);
498 i = M_do_cipher(ct
[all...]

Completed in 114 milliseconds