Home | History | Annotate | Download | only in ec

Lines Matching full:buffer_2

440 	unsigned char *buffer_1=NULL, *buffer_2=NULL,
508 if ((buffer_2 = OPENSSL_malloc(len_2)) == NULL)
514 if ( (len_2 = BN_bn2bin(tmp_2, buffer_2)) == 0)
519 b_buf = buffer_2;
561 if (buffer_2)
562 OPENSSL_free(buffer_2);