Searched refs:EC_KEY_oct2key (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/doc/man3/ |
D | EC_KEY_new.pod | 15 EC_KEY_oct2key, EC_KEY_key2buf, EC_KEY_oct2priv, EC_KEY_priv2oct, 50 int EC_KEY_oct2key(EC_KEY *eckey, const unsigned char *buf, size_t len, BN_CTX *ctx); 130 EC_KEY_oct2key() and EC_KEY_key2buf() are identical to the functions 166 EC_KEY_oct2key() and EC_KEY_oct2priv() return 1 on success or 0 on error.
|
/third_party/openssl/crypto/ec/ |
D | ec_asn1.c | 1051 if (!EC_KEY_oct2key(ret, pub_oct, pub_oct_len, NULL)) { in d2i_ECPrivateKey() 1199 if (!EC_KEY_oct2key(ret, *in, len, NULL)) { in o2i_ECPublicKey()
|
D | ec_key.c | 582 int EC_KEY_oct2key(EC_KEY *key, const unsigned char *buf, size_t len, in EC_KEY_oct2key() function
|
D | ec_ameth.c | 533 return EC_KEY_oct2key(EVP_PKEY_get0_EC_KEY(pkey), arg2, arg1, NULL); in ec_pkey_ctrl()
|
/third_party/openssl/include/openssl/ |
D | ec.h | 983 int EC_KEY_oct2key(EC_KEY *key, const unsigned char *buf, size_t len,
|
/third_party/openssl/util/ |
D | libcrypto.num | 3012 EC_KEY_oct2key 2967 1_1_0 EXIST::FUNCTION:EC
|