Home
last modified time | relevance | path

Searched refs:EC_KEY_oct2key (Results 1 – 9 of 9) sorted by relevance

/openssl/doc/man3/
H A DEC_KEY_new.pod16 EC_KEY_oct2key, EC_KEY_key2buf, EC_KEY_oct2priv, EC_KEY_priv2oct,
59 int EC_KEY_oct2key(EC_KEY *eckey, const unsigned char *buf, size_t len, BN_CTX *ctx);
168 EC_KEY_oct2key() and EC_KEY_key2buf() are identical to the functions
204 EC_KEY_set_public_key_affine_coordinates(), EC_KEY_oct2key() and
/openssl/crypto/ec/
H A Dec_ameth.c412 return EC_KEY_oct2key(evp_pkey_get0_EC_KEY_int(pkey), arg2, arg1, NULL); in ec_pkey_ctrl()
H A Dec_asn1.c991 if (!EC_KEY_oct2key(ret, pub_oct, pub_oct_len, NULL)) { in d2i_ECPrivateKey()
1146 if (!EC_KEY_oct2key(ret, *in, len, NULL)) { in o2i_ECPublicKey()
H A Dec_key.c970 int EC_KEY_oct2key(EC_KEY *key, const unsigned char *buf, size_t len, in EC_KEY_oct2key() function
/openssl/providers/implementations/kem/
H A Dec_kem.c168 if (!EC_KEY_oct2key(key, pubbuf, pubbuflen, NULL)) in eckey_frompub()
/openssl/include/openssl/
H A Dec.h1164 OSSL_DEPRECATEDIN_3_0 int EC_KEY_oct2key(EC_KEY *key, const unsigned char *buf,
/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c849 || !EC_KEY_oct2key(key, p->data, p->data_size, ctx)) in ec_set_params()
/openssl/doc/man7/
H A Dossl-guide-migration.pod1647 EC_KEY_key2buf(), EC_KEY_oct2key(), EC_KEY_oct2priv(), EC_KEY_priv2buf(),
/openssl/util/
H A Dlibcrypto.num2902 EC_KEY_oct2key 2967 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,EC

Completed in 48 milliseconds