Home
last modified time | relevance | path

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

/external/openssl/crypto/x509v3/
Dv3_asid.c306 ASN1_INTEGER *a_max_plus_one = NULL; in ASIdentifierChoice_is_canonical() local
348 (a_max_plus_one = BN_to_ASN1_INTEGER(bn, a_max_plus_one)) == NULL) { in ASIdentifierChoice_is_canonical()
357 if (ASN1_INTEGER_cmp(a_max_plus_one, b_min) >= 0) in ASIdentifierChoice_is_canonical()
378 ASN1_INTEGER_free(a_max_plus_one); in ASIdentifierChoice_is_canonical()
398 ASN1_INTEGER *a_max_plus_one = NULL; in ASIdentifierChoice_canonize() local
462 (a_max_plus_one = BN_to_ASN1_INTEGER(bn, a_max_plus_one)) == NULL) { in ASIdentifierChoice_canonize()
470 if (ASN1_INTEGER_cmp(a_max_plus_one, b_min) == 0) { in ASIdentifierChoice_canonize()
523 ASN1_INTEGER_free(a_max_plus_one); in ASIdentifierChoice_canonize()