Home
last modified time | relevance | path

Searched refs:BN_R_BIGNUM_TOO_LONG (Results 1 – 11 of 11) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/bn/
Dbn.c316 OPENSSL_PUT_ERROR(BN, BN_R_BIGNUM_TOO_LONG); in bn_copy_words()
347 OPENSSL_PUT_ERROR(BN, BN_R_BIGNUM_TOO_LONG); in bn_wexpand()
373 OPENSSL_PUT_ERROR(BN, BN_R_BIGNUM_TOO_LONG); in bn_expand()
409 OPENSSL_PUT_ERROR(BN, BN_R_BIGNUM_TOO_LONG); in bn_resize_words()
Dgcd_extra.c78 OPENSSL_PUT_ERROR(BN, BN_R_BIGNUM_TOO_LONG); in bn_gcd_consttime()
245 OPENSSL_PUT_ERROR(BN, BN_R_BIGNUM_TOO_LONG); in bn_mod_inverse_consttime()
Drandom.c145 OPENSSL_PUT_ERROR(BN, BN_R_BIGNUM_TOO_LONG); in BN_rand()
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/
Dbn.c323 OPENSSL_PUT_ERROR(BN, BN_R_BIGNUM_TOO_LONG); in bn_copy_words()
354 OPENSSL_PUT_ERROR(BN, BN_R_BIGNUM_TOO_LONG); in bn_wexpand()
380 OPENSSL_PUT_ERROR(BN, BN_R_BIGNUM_TOO_LONG); in bn_expand()
416 OPENSSL_PUT_ERROR(BN, BN_R_BIGNUM_TOO_LONG); in bn_resize_words()
Dgcd_extra.c78 OPENSSL_PUT_ERROR(BN, BN_R_BIGNUM_TOO_LONG); in bn_gcd_consttime()
245 OPENSSL_PUT_ERROR(BN, BN_R_BIGNUM_TOO_LONG); in bn_mod_inverse_consttime()
Drandom.c145 OPENSSL_PUT_ERROR(BN, BN_R_BIGNUM_TOO_LONG); in BN_rand()
/external/boringssl/src/crypto/bn_extra/
Dconvert.c117 OPENSSL_PUT_ERROR(BN, BN_R_BIGNUM_TOO_LONG); in decode_hex()
/external/rust/crates/quiche/deps/boringssl/src/crypto/bn_extra/
Dconvert.c117 OPENSSL_PUT_ERROR(BN, BN_R_BIGNUM_TOO_LONG); in decode_hex()
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dbn.h1038 #define BN_R_BIGNUM_TOO_LONG 102 macro
/external/boringssl/src/include/openssl/
Dbn.h1038 #define BN_R_BIGNUM_TOO_LONG 102 macro
/external/python/cpython3/Modules/
D_ssl_data.h862 #ifdef BN_R_BIGNUM_TOO_LONG
863 {"BIGNUM_TOO_LONG", ERR_LIB_BN, BN_R_BIGNUM_TOO_LONG},