Home
last modified time | relevance | path

Searched refs:tmps (Results 1 – 1 of 1) sorted by relevance

/external/openssl/crypto/rsa/
Drsa_sign.c76 unsigned char *p, *tmps = NULL; in RSA_sign() local
123 tmps=(unsigned char *)OPENSSL_malloc((unsigned int)j+1); in RSA_sign()
124 if (tmps == NULL) in RSA_sign()
129 p=tmps; in RSA_sign()
131 s=tmps; in RSA_sign()
140 OPENSSL_cleanse(tmps,(unsigned int)j+1); in RSA_sign()
141 OPENSSL_free(tmps); in RSA_sign()