Home
last modified time | relevance | path

Searched defs:BN_zero (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/include/openssl/
Dbn.h194 # define BN_zero(a) BN_zero_ex(a) macro
196 # define BN_zero(a) (BN_set_word((a),0)) macro
/third_party/boringssl/src/crypto/fipsmodule/bn/
Dbn.c248 void BN_zero(BIGNUM *bn) { in BN_zero() function
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h993 #define BN_zero BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BN_zero) macro