Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
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
/third_party/openssl/apps/
Dec.c217 EC_KEY_set_enc_flags(eckey, EC_PKEY_NO_PUBKEY); in ec_main()
/third_party/openssl/crypto/ec/
Dec_asn1.c1060 ret->enc_flag |= EC_PKEY_NO_PUBKEY; in d2i_ECPrivateKey()
1085 (!(a->enc_flag & EC_PKEY_NO_PUBKEY) && a->pub_key == NULL)) { in i2d_ECPrivateKey()
1116 if (!(a->enc_flag & EC_PKEY_NO_PUBKEY)) { in i2d_ECPrivateKey()
/third_party/openssl/include/openssl/
Dec.h817 # define EC_PKEY_NO_PUBKEY 0x002 macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_openssl.c2683 key_flags &= ~EC_PKEY_NO_PUBKEY; in crypto_ec_key_get_ecprivate_key()
2685 key_flags |= EC_PKEY_NO_PUBKEY; in crypto_ec_key_get_ecprivate_key()