Searched refs:rbits (Results 1 – 2 of 2) sorted by relevance
/openssl/crypto/ |
H A D | deterministic_nonce.c | 190 unsigned char *entropyx = NULL, *nonceh = NULL, *rbits = NULL, *T = NULL; in ossl_gen_deterministic_nonce_rfc6979() local 209 rbits = T + prefsz; in ossl_gen_deterministic_nonce_rfc6979() 210 nonceh = rbits + rlen; in ossl_gen_deterministic_nonce_rfc6979() 224 if (!EVP_KDF_derive(kdfctx, rbits, rlen, NULL) in ossl_gen_deterministic_nonce_rfc6979()
|
/openssl/crypto/chacha/asm/ |
H A D | chacha-armv8-sve.pl | 160 my $rbits = 32-$bits; 166 xar @mx[$x].s,@mx[$x].s,@mx[$y].s,$rbits 168 ror @sx[$x],@sx[$x],$rbits
|
Completed in 8 milliseconds