Home
last modified time | relevance | path

Searched refs:rbits (Results 1 – 2 of 2) sorted by relevance

/openssl/crypto/
H A Ddeterministic_nonce.c190 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 Dchacha-armv8-sve.pl160 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 17 milliseconds