Searched refs:pbn (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | v3_crld.c | 153 const BIT_STRING_BITNAME *pbn; in set_reasons() local 168 for (pbn = reason_flags; pbn->lname; pbn++) { in set_reasons() 169 if (strcmp(pbn->sname, bnam) == 0) { in set_reasons() 170 if (!ASN1_BIT_STRING_set_bit(*preas, pbn->bitnum, 1)) in set_reasons() 175 if (pbn->lname == NULL) in set_reasons() 189 const BIT_STRING_BITNAME *pbn; in print_reasons() local 191 for (pbn = reason_flags; pbn in print_reasons() [all...] |
/third_party/openssl/crypto/x509/ |
H A D | v3_crld.c | 148 const BIT_STRING_BITNAME *pbn; in set_reasons() local 163 for (pbn = reason_flags; pbn->lname; pbn++) { in set_reasons() 164 if (strcmp(pbn->sname, bnam) == 0) { in set_reasons() 165 if (!ASN1_BIT_STRING_set_bit(*preas, pbn->bitnum, 1)) in set_reasons() 170 if (pbn->lname == NULL) in set_reasons() 184 const BIT_STRING_BITNAME *pbn; in print_reasons() local 186 for (pbn = reason_flags; pbn in print_reasons() [all...] |
/third_party/node/deps/openssl/openssl/crypto/pem/ |
H A D | pvkfmt.c | 379 BIGNUM *pbn = NULL, *qbn = NULL, *gbn = NULL, *priv_key = NULL; in ossl_b2i_DSA_after_header() local 386 if (!read_lebn(&p, nbyte, &pbn)) in ossl_b2i_DSA_after_header() 412 if (!BN_mod_exp(pub_key, gbn, priv_key, pbn, ctx)) in ossl_b2i_DSA_after_header() 418 if (!DSA_set0_pqg(dsa, pbn, qbn, gbn)) in ossl_b2i_DSA_after_header() 420 pbn = qbn = gbn = NULL; in ossl_b2i_DSA_after_header() 431 BN_free(pbn); in ossl_b2i_DSA_after_header()
|
/third_party/openssl/crypto/pem/ |
H A D | pvkfmt.c | 379 BIGNUM *pbn = NULL, *qbn = NULL, *gbn = NULL, *priv_key = NULL; in ossl_b2i_DSA_after_header() local 386 if (!read_lebn(&p, nbyte, &pbn)) in ossl_b2i_DSA_after_header() 412 if (!BN_mod_exp(pub_key, gbn, priv_key, pbn, ctx)) in ossl_b2i_DSA_after_header() 418 if (!DSA_set0_pqg(dsa, pbn, qbn, gbn)) in ossl_b2i_DSA_after_header() 420 pbn = qbn = gbn = NULL; in ossl_b2i_DSA_after_header() 431 BN_free(pbn); in ossl_b2i_DSA_after_header()
|
Completed in 9 milliseconds