Searched refs:bn_expand2 (Results 1 – 9 of 9) sorted by relevance
| /freebsd-11-stable/crypto/openssl/engines/ |
| HD | e_sureware.c | 717 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()
|
| HD | e_chil.c | 834 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()
|
| HD | e_gmp.c | 299 if (bn_expand2(bn, s) == NULL) in gmp2bn()
|
| /freebsd-11-stable/crypto/openssl/crypto/bn/ |
| HD | bn.h | 784 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);
|
| HD | bn_lib.c | 442 BIGNUM *bn_expand2(BIGNUM *b, int words) in bn_expand2() function
|
| /freebsd-11-stable/crypto/openssl/doc/crypto/ |
| HD | bn_internal.pod | 10 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/ |
| HD | Makefile.man | 965 MLINKS+= bn_internal.3 bn_expand2.3
|
| /freebsd-11-stable/crypto/openssl/util/ |
| HD | libeay.num | 698 bn_expand2 705 EXIST::FUNCTION:
|
| /freebsd-11-stable/crypto/openssl/ |
| HD | CHANGES | 10783 *) Fix an evil bug in bn_expand2() which caused various BN functions to
|