Home
last modified time | relevance | path

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

/external/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()
399 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/boringssl/src/include/openssl/
Dbn.h1025 #define BN_R_BIGNUM_TOO_LONG 102 macro