Home | History | Annotate | Download | only in bn

Lines Matching defs:bn

55 #include <openssl/bn.h>
127 OPENSSL_PUT_ERROR(BN, ERR_R_MALLOC_FAILURE);
156 OPENSSL_PUT_ERROR(BN, BN_R_TOO_MANY_TEMPORARY_VARIABLES);
172 OPENSSL_PUT_ERROR(BN, BN_R_TOO_MANY_TEMPORARY_VARIABLES);
244 BIGNUM *bn = p->head->vals;
246 if (bn->d) {
247 BN_clear_free(bn);
249 bn++;
260 BIGNUM *bn;
268 bn = item->vals;
270 BN_init(bn++);