Home
last modified time | relevance | path

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

/external/chromium_org/third_party/boringssl/src/crypto/ec/
Dec.c574 EC_POINT *EC_POINT_new(const EC_GROUP *group) { in EC_POINT_new() function
/external/openssl/crypto/ec/
Dec_lib.c693 EC_POINT *EC_POINT_new(const EC_GROUP *group) in EC_POINT_new() function
/external/conscrypt/src/main/java/org/conscrypt/
DNativeCrypto.java245 public static native long EC_POINT_new(long groupRef); in EC_POINT_new() method in NativeCrypto