HomeSort by: relevance | last modified time | path
    Searched defs:field_inv (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/ec/
ec_local.h 153 * 'field_inv' computes the multiplicative inverse of a in the field,
158 int (*field_inv)(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, BN_CTX *); member in struct:ec_method_st
  /src/crypto/external/bsd/openssl/dist/crypto/ec/
ec_local.h 153 * 'field_inv' computes the multiplicative inverse of a in the field,
158 int (*field_inv) (const EC_GROUP *, BIGNUM *r, const BIGNUM *a, BN_CTX *); member in struct:ec_method_st
  /src/crypto/external/bsd/openssl.old/dist/crypto/ec/
ec_local.h 157 * 'field_inv' computes the multiplicative inverse of a in the field,
162 int (*field_inv) (const EC_GROUP *, BIGNUM *r, const BIGNUM *a, BN_CTX *); member in struct:ec_method_st

Completed in 17 milliseconds