Searched refs:OPENSSL_ia32_rdseed_bytes (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/rands/seeding/
H A Drand_cpu_x86.c20 size_t OPENSSL_ia32_rdseed_bytes(unsigned char *buf, size_t len);
94 if (OPENSSL_ia32_rdseed_bytes(buf, len) != len)
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Drdrand_sanitytest.c21 size_t OPENSSL_ia32_rdseed_bytes(unsigned char *buf, size_t len);
93 return sanity_check_bytes(OPENSSL_ia32_rdseed_bytes, 1000, 1, 10000, 10);
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Drdrand_sanitytest.c21 size_t OPENSSL_ia32_rdseed_bytes(unsigned char *buf, size_t len);
97 return sanity_check_bytes(OPENSSL_ia32_rdseed_bytes, 1000, 1, 10000, 10);
/netbsd-current/crypto/external/bsd/openssl.old/lib/libcrypto/arch/x86_64/
H A Dx86_64cpuid.S440 .globl OPENSSL_ia32_rdseed_bytes
441 .type OPENSSL_ia32_rdseed_bytes,@function
443 OPENSSL_ia32_rdseed_bytes: label
482 .size OPENSSL_ia32_rdseed_bytes,.-OPENSSL_ia32_rdseed_bytes
/netbsd-current/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/
H A Dx86_64cpuid.S449 .globl OPENSSL_ia32_rdseed_bytes
450 .type OPENSSL_ia32_rdseed_bytes,@function
452 OPENSSL_ia32_rdseed_bytes: label
492 .size OPENSSL_ia32_rdseed_bytes,.-OPENSSL_ia32_rdseed_bytes
/netbsd-current/crypto/external/bsd/openssl.old/lib/libcrypto/arch/i386/
H A Dx86cpuid.S491 .globl OPENSSL_ia32_rdseed_bytes
492 .type OPENSSL_ia32_rdseed_bytes,@function
494 OPENSSL_ia32_rdseed_bytes: label
533 .size OPENSSL_ia32_rdseed_bytes,.-.L_OPENSSL_ia32_rdseed_bytes_begin
/netbsd-current/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/
H A Dx86cpuid.S546 .globl OPENSSL_ia32_rdseed_bytes
547 .type OPENSSL_ia32_rdseed_bytes,@function
549 OPENSSL_ia32_rdseed_bytes: label
593 .size OPENSSL_ia32_rdseed_bytes,.-.L_OPENSSL_ia32_rdseed_bytes_begin
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/rand/
H A Drand_lib.c68 size_t OPENSSL_ia32_rdseed_bytes(unsigned char *buf, size_t len);
97 if (OPENSSL_ia32_rdseed_bytes(buffer, bytes_needed)

Completed in 214 milliseconds