Searched refs:EC_KEY_oct2key (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/crypto/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); 132 EC_KEY_oct2key() and EC_KEY_key2buf() are identical to the functions 167 EC_KEY_set_public_key_affine_coordinates(), EC_KEY_oct2key() and
|
| /freebsd-12-stable/crypto/openssl/crypto/ec/ |
| D | ec_asn1.c | 1061 if (!EC_KEY_oct2key(ret, pub_oct, pub_oct_len, NULL)) { in d2i_ECPrivateKey() 1209 if (!EC_KEY_oct2key(ret, *in, len, NULL)) { in o2i_ECPublicKey()
|
| D | ec_key.c | 592 int EC_KEY_oct2key(EC_KEY *key, const unsigned char *buf, size_t len, in EC_KEY_oct2key() function
|
| D | ec_ameth.c | 538 return EC_KEY_oct2key(EVP_PKEY_get0_EC_KEY(pkey), arg2, arg1, NULL); in ec_pkey_ctrl()
|
| /freebsd-12-stable/crypto/openssl/include/openssl/ |
| D | ec.h | 983 int EC_KEY_oct2key(EC_KEY *key, const unsigned char *buf, size_t len,
|
| /freebsd-12-stable/secure/lib/libcrypto/ |
| D | Version.map | 1163 EC_KEY_oct2key;
|
| /freebsd-12-stable/secure/lib/libcrypto/man/man3/ |
| D | Makefile | 1204 MLINKS+= EC_KEY_new.3 EC_KEY_oct2key.3
|