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

  /external/openssl/crypto/asn1/
a_sign.c 134 unsigned char *p,*buf_in=NULL,*buf_out=NULL; local
176 buf_out=(unsigned char *)OPENSSL_malloc((unsigned int)outl);
177 if ((buf_in == NULL) || (buf_out == NULL))
188 if (!EVP_SignFinal(&ctx,(unsigned char *)buf_out,
196 signature->data=buf_out;
197 buf_out=NULL;
208 if (buf_out != NULL)
209 { OPENSSL_cleanse((char *)buf_out,outll); OPENSSL_free(buf_out); }
220 unsigned char *buf_in=NULL,*buf_out=NULL local
    [all...]

Completed in 120 milliseconds