Searched refs:EC_KEY_oct2key (Results 1 – 8 of 8) sorted by relevance
/openssl-master/doc/man3/ |
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); 166 EC_KEY_oct2key() and EC_KEY_key2buf() are identical to the functions 203 EC_KEY_oct2key() and EC_KEY_oct2priv() return 1 on success or 0 on error.
|
/openssl-master/crypto/ec/ |
A D | ec_ameth.c | 420 return EC_KEY_oct2key(evp_pkey_get0_EC_KEY_int(pkey), arg2, arg1, NULL); in ec_pkey_ctrl()
|
A D | ec_asn1.c | 985 if (!EC_KEY_oct2key(ret, pub_oct, pub_oct_len, NULL)) { in d2i_ECPrivateKey() 1141 if (!EC_KEY_oct2key(ret, *in, len, NULL)) { in o2i_ECPublicKey()
|
A D | ec_key.c | 865 int EC_KEY_oct2key(EC_KEY *key, const unsigned char *buf, size_t len, in EC_KEY_oct2key() function
|
/openssl-master/include/openssl/ |
A D | ec.h | 1143 OSSL_DEPRECATEDIN_3_0 int EC_KEY_oct2key(EC_KEY *key, const unsigned char *buf,
|
/openssl-master/providers/implementations/keymgmt/ |
A D | ec_kmgmt.c | 818 || !EC_KEY_oct2key(key, p->data, p->data_size, ctx)) in ec_set_params()
|
/openssl-master/doc/man7/ |
A D | migration_guide.pod | 1569 EC_KEY_key2buf(), EC_KEY_oct2key(), EC_KEY_oct2priv(), EC_KEY_priv2buf(),
|
/openssl-master/util/ |
A D | libcrypto.num | 2902 EC_KEY_oct2key 2967 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,EC
|
Completed in 29 milliseconds