Searched refs:siv128_do_s2v_p (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/modes/ |
H A D | siv128.c | 89 __owur static ossl_inline int siv128_do_s2v_p(SIV128_CONTEXT *ctx, SIV_BLOCK *out, in siv128_do_s2v_p() function 284 if (!siv128_do_s2v_p(ctx, &q, in, len)) in ossl_siv128_encrypt() 318 || !siv128_do_s2v_p(ctx, &t, out, len)) in ossl_siv128_decrypt()
|
/third_party/openssl/crypto/modes/ |
H A D | siv128.c | 89 __owur static ossl_inline int siv128_do_s2v_p(SIV128_CONTEXT *ctx, SIV_BLOCK *out, in siv128_do_s2v_p() function 284 if (!siv128_do_s2v_p(ctx, &q, in, len)) in ossl_siv128_encrypt() 318 || !siv128_do_s2v_p(ctx, &t, out, len)) in ossl_siv128_decrypt()
|
Completed in 2 milliseconds