Searched refs:tpBasis (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/ec/
H A Dec_asn1.c104 ASN1_INTEGER *tpBasis; member in union:x9_62_characteristic_two_st::__anon7963
177 ADB_ENTRY(NID_X9_62_tpBasis, ASN1_SIMPLE(X9_62_CHARACTERISTIC_TWO, p.tpBasis, ASN1_INTEGER)),
324 char_two->p.tpBasis = ASN1_INTEGER_new();
325 if (char_two->p.tpBasis == NULL) {
329 if (!ASN1_INTEGER_set(char_two->p.tpBasis, (long)k)) {
655 if (!char_two->p.tpBasis) {
660 tmp_long = ASN1_INTEGER_get(char_two->p.tpBasis);

Completed in 120 milliseconds