Searched refs:EC_KEY_oct2key (Results 1 – 10 of 10) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | EC_KEY_new.pod | 16 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
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ec_asn1.c | 995 if (!EC_KEY_oct2key(ret, pub_oct, pub_oct_len, NULL)) { in d2i_ECPrivateKey() 1151 if (!EC_KEY_oct2key(ret, *in, len, NULL)) { in o2i_ECPublicKey()
|
H A D | ec_ameth.c | 412 return EC_KEY_oct2key(evp_pkey_get0_EC_KEY_int(pkey), arg2, arg1, NULL); in ec_pkey_ctrl()
|
H A D | ec_key.c | 875 int EC_KEY_oct2key(EC_KEY *key, const unsigned char *buf, size_t len, in EC_KEY_oct2key() function
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ec.h | 1145 OSSL_DEPRECATEDIN_3_0 int EC_KEY_oct2key(EC_KEY *key, const unsigned char *buf,
|
/freebsd/crypto/openssl/providers/implementations/keymgmt/ |
H A D | ec_kmgmt.c | 846 || !EC_KEY_oct2key(key, p->data, p->data_size, ctx)) in ec_set_params()
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 1161 EC_KEY_oct2key;
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | migration_guide.pod | 1626 EC_KEY_key2buf(), EC_KEY_oct2key(), EC_KEY_oct2priv(), EC_KEY_priv2buf(),
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 1465 MLINKS+= EC_KEY_new.3 EC_KEY_oct2key.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 2902 EC_KEY_oct2key 2967 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,EC
|