Home
last modified time | relevance | path

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

/crypto/ct/
A Dct_vfy.c31 unsigned char tmpbuf[12]; in sct_ctx_update() local
52 p = tmpbuf; in sct_ctx_update()
58 if (!EVP_DigestUpdate(ctx, tmpbuf, p - tmpbuf)) in sct_ctx_update()
76 p = tmpbuf; in sct_ctx_update()
79 if (!EVP_DigestUpdate(ctx, tmpbuf, 3)) in sct_ctx_update()
85 p = tmpbuf; in sct_ctx_update()
87 if (!EVP_DigestUpdate(ctx, tmpbuf, 2)) in sct_ctx_update()
/crypto/pkcs7/
A Dpk7_smime.c507 BIO *tmpbuf, *bread; in PKCS7_decrypt() local
509 if ((tmpbuf = BIO_new(BIO_f_buffer())) == NULL) { in PKCS7_decrypt()
514 if ((bread = BIO_push(tmpbuf, tmpmem)) == NULL) { in PKCS7_decrypt()
516 BIO_free_all(tmpbuf); in PKCS7_decrypt()
/crypto/x509/
A Dx_pubkey.c141 unsigned char *tmpbuf = NULL; in x509_pubkey_ex_d2i_ex() local
194 tmpbuf = OPENSSL_memdup(in_saved, publen); in x509_pubkey_ex_d2i_ex()
195 if (tmpbuf == NULL) in x509_pubkey_ex_d2i_ex()
197 in_saved = tmpbuf; in x509_pubkey_ex_d2i_ex()
198 *tmpbuf = V_ASN1_CONSTRUCTED | V_ASN1_SEQUENCE; in x509_pubkey_ex_d2i_ex()
234 OPENSSL_free(tmpbuf); in x509_pubkey_ex_d2i_ex()
/crypto/bio/
A Dbio_print.c866 char *tmpbuf; in doapr_outch() local
868 tmpbuf = OPENSSL_realloc(*buffer, *maxlen); in doapr_outch()
869 if (tmpbuf == NULL) in doapr_outch()
871 *buffer = tmpbuf; in doapr_outch()

Completed in 12 milliseconds