Home
last modified time | relevance | path

Searched refs:EC_PKEY_NO_PUBKEY (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DEC_KEY_get_enc_flags.pod23 EC_PKEY_NO_PUBKEY has been used - see below), then d2i_ECPrivateKey() generates
30 currently defined - EC_PKEY_NO_PARAMETERS and EC_PKEY_NO_PUBKEY. These flags
33 the curve are not encoded along with the private key. If EC_PKEY_NO_PUBKEY is
/freebsd/crypto/openssl/crypto/ec/
H A Dec_backend.c549 flags |= EC_PKEY_NO_PUBKEY; in ec_set_include_public()
551 flags &= ~EC_PKEY_NO_PUBKEY; in ec_set_include_public()
H A Dec_asn1.c1004 ret->enc_flag |= EC_PKEY_NO_PUBKEY; in d2i_ECPrivateKey()
1030 (!(a->enc_flag & EC_PKEY_NO_PUBKEY) && a->pub_key == NULL)) { in i2d_ECPrivateKey()
1061 if (!(a->enc_flag & EC_PKEY_NO_PUBKEY)) { in i2d_ECPrivateKey()
/freebsd/crypto/openssl/include/openssl/
H A Dec.h940 # define EC_PKEY_NO_PUBKEY 0x002 macro
/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c265 if ((EC_KEY_get_enc_flags(ec) & EC_PKEY_NO_PUBKEY) != 0 in otherparams_to_params()
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c2662 key_flags &= ~EC_PKEY_NO_PUBKEY; in crypto_ec_key_get_ecprivate_key()
2664 key_flags |= EC_PKEY_NO_PUBKEY; in crypto_ec_key_get_ecprivate_key()