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

/fuchsia/zircon/third_party/ulib/uboringssl/linux-x86_64/crypto/fipsmodule/
H A Drdrand-x86_64.S25 .globl CRYPTO_rdrand_multiple8_buf
26 .hidden CRYPTO_rdrand_multiple8_buf
27 .type CRYPTO_rdrand_multiple8_buf,@function
29 CRYPTO_rdrand_multiple8_buf: label
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/rand/asm/
H A Drdrand-x86_64.pl47 # CRYPTO_rdrand_multiple8_buf fills |len| bytes at |buf| with random data from
50 # int CRYPTO_rdrand_multiple8_buf(uint8_t *buf, size_t len);
51 .globl CRYPTO_rdrand_multiple8_buf
52 .type CRYPTO_rdrand_multiple8_buf,\@function,2
54 CRYPTO_rdrand_multiple8_buf: label
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/rand/
H A Drand.c131 extern int CRYPTO_rdrand_multiple8_buf(uint8_t *buf, size_t len);
143 if (!CRYPTO_rdrand_multiple8_buf(buf, len_multiple8)) {

Completed in 84 milliseconds