Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/engines/
De_sureware.c715 bn_expand2(rsatmp->e, el / sizeof(BN_ULONG)); in sureware_load_public()
716 bn_expand2(rsatmp->n, el / sizeof(BN_ULONG)); in sureware_load_public()
755 bn_expand2(dsatmp->pub_key, el / sizeof(BN_ULONG)); in sureware_load_public()
756 bn_expand2(dsatmp->p, el / sizeof(BN_ULONG)); in sureware_load_public()
757 bn_expand2(dsatmp->q, 20 / sizeof(BN_ULONG)); in sureware_load_public()
758 bn_expand2(dsatmp->g, el / sizeof(BN_ULONG)); in sureware_load_public()
1043 bn_expand2(psign->r, 20 / sizeof(BN_ULONG)); in surewarehk_dsa_do_sign()
1044 bn_expand2(psign->s, 20 / sizeof(BN_ULONG)); in surewarehk_dsa_do_sign()
1076 bn_expand2(r, m->top); in surewarehk_modexp()
De_chil.c827 bn_expand2(rtmp->e, e.size / sizeof(BN_ULONG)); in hwcrhk_load_privkey()
828 bn_expand2(rtmp->n, n.size / sizeof(BN_ULONG)); in hwcrhk_load_privkey()
925 bn_expand2(r, m->top); /* Check for error !! */ in hwcrhk_mod_exp()
991 bn_expand2(r, rsa->n->top); /* Check for error !! */ in hwcrhk_rsa_mod_exp()
1028 bn_expand2(r, rsa->n->top); /* Check for error !! */ in hwcrhk_rsa_mod_exp()
De_gmp.c297 if (bn_expand2(bn, s) == NULL) in gmp2bn()
/freebsd-9-stable/crypto/openssl/doc/crypto/
Dbn_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-9-stable/crypto/openssl/crypto/bn/
Dbn.h716 bn_expand2((a),(bits+BN_BITS2-1)/BN_BITS2) \
719 # define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):bn_expand2((a),(words)))
720 BIGNUM *bn_expand2(BIGNUM *a, int words);
Dbn_lib.c425 BIGNUM *bn_expand2(BIGNUM *b, int words) in bn_expand2() function
/freebsd-9-stable/secure/lib/libcrypto/
DMakefile.man592 MLINKS+= bn_internal.3 bn_expand2.3
/freebsd-9-stable/crypto/openssl/util/
Dlibeay.num698 bn_expand2 705 EXIST::FUNCTION:
/freebsd-9-stable/crypto/openssl/
DCHANGES8158 *) Fix an evil bug in bn_expand2() which caused various BN functions to