Home
last modified time | relevance | path

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

/openssl/crypto/ec/
H A Dec_asn1.c314 unsigned char *a_buf = NULL, *b_buf = NULL; in ec_asn1_group2curve() local
337 if ((a_buf = OPENSSL_malloc(len)) == NULL in ec_asn1_group2curve()
340 if (BN_bn2binpad(tmp_1, a_buf, len) < 0 in ec_asn1_group2curve()
347 if (!ASN1_OCTET_STRING_set(curve->a, a_buf, len) in ec_asn1_group2curve()
374 OPENSSL_free(a_buf); in ec_asn1_group2curve()

Completed in 11 milliseconds