Searched refs:BN_div_word (Results 1 – 8 of 8) sorted by relevance
/third_party/openssl/doc/man3/ |
D | BN_add_word.pod | 5 BN_add_word, BN_sub_word, BN_mul_word, BN_div_word, BN_mod_word - arithmetic 18 BN_ULONG BN_div_word(BIGNUM *a, BN_ULONG w); 34 BN_div_word() divides B<a> by B<w> (C<a/=w>) and returns the remainder. 38 For BN_div_word() and BN_mod_word(), B<w> must not be 0. 45 BN_mod_word() and BN_div_word() return B<a>%B<w> on success and
|
/third_party/openssl/crypto/bn/ |
D | bn_word.c | 35 ret = BN_div_word(tmp, w); in BN_mod_word() 61 BN_ULONG BN_div_word(BIGNUM *a, BN_ULONG w) in BN_div_word() function
|
D | bn_print.c | 93 *lp = BN_div_word(t, BN_DEC_CONV); in BN_bn2dec()
|
/third_party/openssl/crypto/asn1/ |
D | a_object.c | 143 BN_ULONG t = BN_div_word(bl, 0x80L); in a2d_ASN1_OBJECT()
|
/third_party/openssl/include/openssl/ |
D | bn.h | 267 BN_ULONG BN_div_word(BIGNUM *a, BN_ULONG w);
|
/third_party/openssl/test/ |
D | bntest.c | 1540 ret_word = BN_div_word(ret, b_word); in file_quotient()
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 907 #define BN_div_word BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BN_div_word) macro
|
/third_party/openssl/util/ |
D | libcrypto.num | 3845 BN_div_word 3799 1_1_0 EXIST::FUNCTION:
|