HomeSort by relevance Sort by last modified time
    Searched refs:CRYPTO_rdrand_multiple8_buf (Results 1 - 4 of 4) sorted by null

  /external/boringssl/linux-x86_64/crypto/fipsmodule/
rdrand-x86_64.S 25 .globl CRYPTO_rdrand_multiple8_buf
26 .hidden CRYPTO_rdrand_multiple8_buf
27 .type CRYPTO_rdrand_multiple8_buf,@function
29 CRYPTO_rdrand_multiple8_buf:
  /external/boringssl/src/crypto/fipsmodule/rand/asm/
rdrand-x86_64.pl 47 # 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:
  /external/boringssl/win-x86_64/crypto/fipsmodule/
rdrand-x86_64.asm 37 global CRYPTO_rdrand_multiple8_buf
40 CRYPTO_rdrand_multiple8_buf:
  /external/boringssl/src/crypto/fipsmodule/rand/
rand.c 131 extern int CRYPTO_rdrand_multiple8_buf(uint8_t *buf, size_t len);
143 if (!CRYPTO_rdrand_multiple8_buf(buf, len_multiple8)) {

Completed in 957 milliseconds