HomeSort by relevance Sort by last modified time
    Searched defs:BN_usub (Results 1 - 2 of 2) sorted by null

  /external/boringssl/src/crypto/fipsmodule/bn/
add.c 85 if (!BN_usub(r, b, a)) {
90 if (!BN_usub(r, a, b)) {
212 if (!BN_usub(r, b, a)) {
217 if (!BN_usub(r, a, b)) {
260 int BN_usub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) {
  /external/grpc-grpc/src/core/tsi/
grpc_shadow_boringssl.h     [all...]

Completed in 48 milliseconds