HomeSort by relevance Sort by last modified time
    Searched full:tmps (Results 1 - 1 of 1) sorted by null

  /external/openssl/crypto/rsa/
rsa_sign.c 75 unsigned char *p, *tmps = NULL; local
130 tmps=(unsigned char *)OPENSSL_malloc((unsigned int)j+1);
131 if (tmps == NULL)
136 p=tmps;
138 s=tmps;
152 OPENSSL_cleanse(tmps,(unsigned int)j+1);
153 OPENSSL_free(tmps);

Completed in 26 milliseconds