Home
last modified time | relevance | path

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

/freebsd-11-stable/crypto/openssl/engines/
HDe_sureware.c717 bn_expand2(rsatmp->e, el / sizeof(BN_ULONG)); in sureware_load_public()
718 bn_expand2(rsatmp->n, el / sizeof(BN_ULONG)); in sureware_load_public()
759 bn_expand2(dsatmp->pub_key, el / sizeof(BN_ULONG)); in sureware_load_public()
760 bn_expand2(dsatmp->p, el / sizeof(BN_ULONG)); in sureware_load_public()
761 bn_expand2(dsatmp->q, 20 / sizeof(BN_ULONG)); in sureware_load_public()
762 bn_expand2(dsatmp->g, el / sizeof(BN_ULONG)); in sureware_load_public()
1046 bn_expand2(psign->r, 20 / sizeof(BN_ULONG)); in surewarehk_dsa_do_sign()
1047 bn_expand2(psign->s, 20 / sizeof(BN_ULONG)); in surewarehk_dsa_do_sign()
1079 bn_expand2(r, m->top); in surewarehk_modexp()
HDe_chil.c834 if (bn_expand2(rtmp->e, e.size / sizeof(BN_ULONG)) == NULL) { in hwcrhk_load_privkey()
838 if (bn_expand2(rtmp->n, n.size / sizeof(BN_ULONG)) == NULL) { in hwcrhk_load_privkey()
940 if (bn_expand2(r, m->top) == NULL) { /* Check for error !! */ in hwcrhk_mod_exp()
1009 if (bn_expand2(r, rsa->n->top) == NULL) { /* Check for error !! */ in hwcrhk_rsa_mod_exp()
1049 if (bn_expand2(r, rsa->n->top) == NULL) { /* Check for error !! */ in hwcrhk_rsa_mod_exp()
HDe_gmp.c299 if (bn_expand2(bn, s) == NULL) in gmp2bn()
/freebsd-11-stable/crypto/openssl/crypto/bn/
HDbn.h784 bn_expand2((a),(bits+BN_BITS2-1)/BN_BITS2) \
787 # define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):bn_expand2((a),(words)))
788 BIGNUM *bn_expand2(BIGNUM *a, int words);
HDbn_lib.c442 BIGNUM *bn_expand2(BIGNUM *b, int words) in bn_expand2() function
/freebsd-11-stable/crypto/openssl/doc/crypto/
HDbn_internal.pod10 bn_expand, bn_wexpand, bn_expand2, bn_fix_top, bn_check_top,
56 BIGNUM *bn_expand2(BIGNUM *a, int n);
213 call bn_expand2(), which allocates a new B<d> array and copies the
/freebsd-11-stable/secure/lib/libcrypto/
HDMakefile.man965 MLINKS+= bn_internal.3 bn_expand2.3
/freebsd-11-stable/crypto/openssl/util/
HDlibeay.num698 bn_expand2 705 EXIST::FUNCTION:
/freebsd-11-stable/crypto/openssl/
HDCHANGES10783 *) Fix an evil bug in bn_expand2() which caused various BN functions to