Home
last modified time | relevance | path

Searched defs:BN_usub (Results 1 – 2 of 2) sorted by relevance

/external/openssl/crypto/bn/
Dbn_add.c166 int BN_usub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) in BN_usub() function
/external/chromium_org/third_party/boringssl/src/crypto/bn/
Dadd.c259 int BN_usub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) { in BN_usub() function