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

  /external/chromium_org/third_party/openssl/openssl/crypto/ec/
ectest.c 740 if (!BN_hex2bn(&cof, _cof)) ABORT; \
741 if (!EC_GROUP_set_generator(group, P, z, cof)) ABORT; \
758 if (!BN_hex2bn(&cof, _cof)) ABORT; \
759 if (!EC_GROUP_set_generator(group, P, z, cof)) ABORT; \
790 BIGNUM *x, *y, *z, *cof; local
850 cof = BN_new();
851 if (!x || !y || !z || !cof) ABORT;
    [all...]
  /external/openssl/crypto/ec/
ectest.c 740 if (!BN_hex2bn(&cof, _cof)) ABORT; \
741 if (!EC_GROUP_set_generator(group, P, z, cof)) ABORT; \
758 if (!BN_hex2bn(&cof, _cof)) ABORT; \
759 if (!EC_GROUP_set_generator(group, P, z, cof)) ABORT; \
790 BIGNUM *x, *y, *z, *cof; local
850 cof = BN_new();
851 if (!x || !y || !z || !cof) ABORT;
    [all...]

Completed in 186 milliseconds