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

  /external/openssl/crypto/asn1/
a_bitstr.c 197 c=(unsigned char *)OPENSSL_realloc_clean(a->data,
f_int.c 172 sp=OPENSSL_realloc_clean(s,slen,num+i*2);
  /external/openssl/crypto/buffer/
buffer.c 166 ret=OPENSSL_realloc_clean(str->data,str->max,n);
  /external/openssl/crypto/
crypto.h 372 #define OPENSSL_realloc_clean(addr,old_num,num) \
  /external/openssl/include/openssl/
crypto.h 372 #define OPENSSL_realloc_clean(addr,old_num,num) \

Completed in 48 milliseconds