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

  /external/openssl/crypto/rand/
rand_lib.c 231 int RAND_pseudo_bytes(unsigned char *buf, int num)
  /external/openssl/crypto/bn/
bn.h 706 #ifndef RAND_pseudo_bytes
707 int RAND_pseudo_bytes(unsigned char *buf,int num);
720 RAND_pseudo_bytes(&_tmp_char, 1); \
726 #undef RAND_pseudo_bytes
    [all...]
  /external/openssl/include/openssl/
bn.h 706 #ifndef RAND_pseudo_bytes
707 int RAND_pseudo_bytes(unsigned char *buf,int num);
720 RAND_pseudo_bytes(&_tmp_char, 1); \
726 #undef RAND_pseudo_bytes
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/openssl/
bn.h 683 #ifndef RAND_pseudo_bytes
684 int RAND_pseudo_bytes(unsigned char *buf,int num);
697 RAND_pseudo_bytes(&_tmp_char, 1); \
703 #undef RAND_pseudo_bytes

Completed in 303 milliseconds