Searched refs:o2i_ECPublicKey (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dec.h46 #define o2i_ECPublicKey hc_o2i_ECPublicKey macro
72 o2i_ECPublicKey(EC_KEY **key, unsigned char **, size_t);
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/asn1/
H A Dd2i_pu.c60 if (!o2i_ECPublicKey(&ret->pkey.ec, pp, length)) {
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Dd2i_pu.c79 if (!o2i_ECPublicKey(&ret->pkey.ec, pp, length)) {
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dpkinit-ec.c193 if (o2i_ECPublicKey(&public, &in, in_sz) == NULL) {
/netbsd-current/crypto/external/bsd/heimdal/dist/kdc/
H A Dpkinit-ec.c235 if (o2i_ECPublicKey(&public, &p, len) == NULL) {
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dcrypto-ec.c194 if (o2i_ECPublicKey(&key, &p, len) == NULL) {
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Dec_ameth.c173 if (!o2i_ECPublicKey(&eckey, &p, pklen)) {
688 if (!o2i_ECPublicKey(&ecpeer, &p, plen))
H A Dec_asn1.c1197 EC_KEY *o2i_ECPublicKey(EC_KEY **a, const unsigned char **in, long len) function
/netbsd-current/external/bsd/unbound/dist/sldns/
H A Dkeyraw.c639 if(!o2i_ECPublicKey(&ec, &pp, (int)keylen+1)) {
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dec_ameth.c118 if (!o2i_ECPublicKey(&eckey, &p, pklen)) {
H A Dec_asn1.c1138 EC_KEY *o2i_ECPublicKey(EC_KEY **a, const unsigned char **in, long len) function
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dec.h1065 EC_KEY *o2i_ECPublicKey(EC_KEY **key, const unsigned char **in, long len);
/netbsd-current/crypto/external/bsd/openssl/dist/include/openssl/
H A Dec.h1236 OSSL_DEPRECATEDIN_3_0 EC_KEY *o2i_ECPublicKey(EC_KEY **key,
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dopensslecdsa_link.c470 if (o2i_ECPublicKey(&eckey, (const unsigned char **)&cp,
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dopensslecdsa_link.c790 if (o2i_ECPublicKey(&eckey, (const unsigned char **)&cp,
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dssh-pkcs11.c779 if (o2i_ECPublicKey(&ec, &attrp, octet->length) == NULL) {
780 ossl_error("o2i_ECPublicKey failed");

Completed in 312 milliseconds