Symbol: EVP_PKEY_ALG_CTRL
crypto/openssl/include/openssl/dh.h
65
#define EVP_PKEY_CTRL_DH_PARAMGEN_PRIME_LEN (EVP_PKEY_ALG_CTRL + 1)
crypto/openssl/include/openssl/dh.h
66
#define EVP_PKEY_CTRL_DH_PARAMGEN_GENERATOR (EVP_PKEY_ALG_CTRL + 2)
crypto/openssl/include/openssl/dh.h
67
#define EVP_PKEY_CTRL_DH_RFC5114 (EVP_PKEY_ALG_CTRL + 3)
crypto/openssl/include/openssl/dh.h
68
#define EVP_PKEY_CTRL_DH_PARAMGEN_SUBPRIME_LEN (EVP_PKEY_ALG_CTRL + 4)
crypto/openssl/include/openssl/dh.h
69
#define EVP_PKEY_CTRL_DH_PARAMGEN_TYPE (EVP_PKEY_ALG_CTRL + 5)
crypto/openssl/include/openssl/dh.h
70
#define EVP_PKEY_CTRL_DH_KDF_TYPE (EVP_PKEY_ALG_CTRL + 6)
crypto/openssl/include/openssl/dh.h
71
#define EVP_PKEY_CTRL_DH_KDF_MD (EVP_PKEY_ALG_CTRL + 7)
crypto/openssl/include/openssl/dh.h
72
#define EVP_PKEY_CTRL_GET_DH_KDF_MD (EVP_PKEY_ALG_CTRL + 8)
crypto/openssl/include/openssl/dh.h
73
#define EVP_PKEY_CTRL_DH_KDF_OUTLEN (EVP_PKEY_ALG_CTRL + 9)
crypto/openssl/include/openssl/dh.h
74
#define EVP_PKEY_CTRL_GET_DH_KDF_OUTLEN (EVP_PKEY_ALG_CTRL + 10)
crypto/openssl/include/openssl/dh.h
75
#define EVP_PKEY_CTRL_DH_KDF_UKM (EVP_PKEY_ALG_CTRL + 11)
crypto/openssl/include/openssl/dh.h
76
#define EVP_PKEY_CTRL_GET_DH_KDF_UKM (EVP_PKEY_ALG_CTRL + 12)
crypto/openssl/include/openssl/dh.h
77
#define EVP_PKEY_CTRL_DH_KDF_OID (EVP_PKEY_ALG_CTRL + 13)
crypto/openssl/include/openssl/dh.h
78
#define EVP_PKEY_CTRL_GET_DH_KDF_OID (EVP_PKEY_ALG_CTRL + 14)
crypto/openssl/include/openssl/dh.h
79
#define EVP_PKEY_CTRL_DH_NID (EVP_PKEY_ALG_CTRL + 15)
crypto/openssl/include/openssl/dh.h
80
#define EVP_PKEY_CTRL_DH_PAD (EVP_PKEY_ALG_CTRL + 16)
crypto/openssl/include/openssl/dsa.h
55
#define EVP_PKEY_CTRL_DSA_PARAMGEN_BITS (EVP_PKEY_ALG_CTRL + 1)
crypto/openssl/include/openssl/dsa.h
56
#define EVP_PKEY_CTRL_DSA_PARAMGEN_Q_BITS (EVP_PKEY_ALG_CTRL + 2)
crypto/openssl/include/openssl/dsa.h
57
#define EVP_PKEY_CTRL_DSA_PARAMGEN_MD (EVP_PKEY_ALG_CTRL + 3)
crypto/openssl/include/openssl/ec.h
54
#define EVP_PKEY_CTRL_EC_PARAMGEN_CURVE_NID (EVP_PKEY_ALG_CTRL + 1)
crypto/openssl/include/openssl/ec.h
55
#define EVP_PKEY_CTRL_EC_PARAM_ENC (EVP_PKEY_ALG_CTRL + 2)
crypto/openssl/include/openssl/ec.h
56
#define EVP_PKEY_CTRL_EC_ECDH_COFACTOR (EVP_PKEY_ALG_CTRL + 3)
crypto/openssl/include/openssl/ec.h
57
#define EVP_PKEY_CTRL_EC_KDF_TYPE (EVP_PKEY_ALG_CTRL + 4)
crypto/openssl/include/openssl/ec.h
58
#define EVP_PKEY_CTRL_EC_KDF_MD (EVP_PKEY_ALG_CTRL + 5)
crypto/openssl/include/openssl/ec.h
59
#define EVP_PKEY_CTRL_GET_EC_KDF_MD (EVP_PKEY_ALG_CTRL + 6)
crypto/openssl/include/openssl/ec.h
60
#define EVP_PKEY_CTRL_EC_KDF_OUTLEN (EVP_PKEY_ALG_CTRL + 7)
crypto/openssl/include/openssl/ec.h
61
#define EVP_PKEY_CTRL_GET_EC_KDF_OUTLEN (EVP_PKEY_ALG_CTRL + 8)
crypto/openssl/include/openssl/ec.h
62
#define EVP_PKEY_CTRL_EC_KDF_UKM (EVP_PKEY_ALG_CTRL + 9)
crypto/openssl/include/openssl/ec.h
63
#define EVP_PKEY_CTRL_GET_EC_KDF_UKM (EVP_PKEY_ALG_CTRL + 10)
crypto/openssl/include/openssl/kdf.h
75
#define EVP_PKEY_CTRL_TLS_MD (EVP_PKEY_ALG_CTRL)
crypto/openssl/include/openssl/kdf.h
76
#define EVP_PKEY_CTRL_TLS_SECRET (EVP_PKEY_ALG_CTRL + 1)
crypto/openssl/include/openssl/kdf.h
77
#define EVP_PKEY_CTRL_TLS_SEED (EVP_PKEY_ALG_CTRL + 2)
crypto/openssl/include/openssl/kdf.h
78
#define EVP_PKEY_CTRL_HKDF_MD (EVP_PKEY_ALG_CTRL + 3)
crypto/openssl/include/openssl/kdf.h
79
#define EVP_PKEY_CTRL_HKDF_SALT (EVP_PKEY_ALG_CTRL + 4)
crypto/openssl/include/openssl/kdf.h
80
#define EVP_PKEY_CTRL_HKDF_KEY (EVP_PKEY_ALG_CTRL + 5)
crypto/openssl/include/openssl/kdf.h
81
#define EVP_PKEY_CTRL_HKDF_INFO (EVP_PKEY_ALG_CTRL + 6)
crypto/openssl/include/openssl/kdf.h
82
#define EVP_PKEY_CTRL_HKDF_MODE (EVP_PKEY_ALG_CTRL + 7)
crypto/openssl/include/openssl/kdf.h
83
#define EVP_PKEY_CTRL_PASS (EVP_PKEY_ALG_CTRL + 8)
crypto/openssl/include/openssl/kdf.h
84
#define EVP_PKEY_CTRL_SCRYPT_SALT (EVP_PKEY_ALG_CTRL + 9)
crypto/openssl/include/openssl/kdf.h
85
#define EVP_PKEY_CTRL_SCRYPT_N (EVP_PKEY_ALG_CTRL + 10)
crypto/openssl/include/openssl/kdf.h
86
#define EVP_PKEY_CTRL_SCRYPT_R (EVP_PKEY_ALG_CTRL + 11)
crypto/openssl/include/openssl/kdf.h
87
#define EVP_PKEY_CTRL_SCRYPT_P (EVP_PKEY_ALG_CTRL + 12)
crypto/openssl/include/openssl/kdf.h
88
#define EVP_PKEY_CTRL_SCRYPT_MAXMEM_BYTES (EVP_PKEY_ALG_CTRL + 13)
crypto/openssl/include/openssl/rsa.h
173
#define EVP_PKEY_CTRL_RSA_PADDING (EVP_PKEY_ALG_CTRL + 1)
crypto/openssl/include/openssl/rsa.h
174
#define EVP_PKEY_CTRL_RSA_PSS_SALTLEN (EVP_PKEY_ALG_CTRL + 2)
crypto/openssl/include/openssl/rsa.h
176
#define EVP_PKEY_CTRL_RSA_KEYGEN_BITS (EVP_PKEY_ALG_CTRL + 3)
crypto/openssl/include/openssl/rsa.h
177
#define EVP_PKEY_CTRL_RSA_KEYGEN_PUBEXP (EVP_PKEY_ALG_CTRL + 4)
crypto/openssl/include/openssl/rsa.h
178
#define EVP_PKEY_CTRL_RSA_MGF1_MD (EVP_PKEY_ALG_CTRL + 5)
crypto/openssl/include/openssl/rsa.h
180
#define EVP_PKEY_CTRL_GET_RSA_PADDING (EVP_PKEY_ALG_CTRL + 6)
crypto/openssl/include/openssl/rsa.h
181
#define EVP_PKEY_CTRL_GET_RSA_PSS_SALTLEN (EVP_PKEY_ALG_CTRL + 7)
crypto/openssl/include/openssl/rsa.h
182
#define EVP_PKEY_CTRL_GET_RSA_MGF1_MD (EVP_PKEY_ALG_CTRL + 8)
crypto/openssl/include/openssl/rsa.h
184
#define EVP_PKEY_CTRL_RSA_OAEP_MD (EVP_PKEY_ALG_CTRL + 9)
crypto/openssl/include/openssl/rsa.h
185
#define EVP_PKEY_CTRL_RSA_OAEP_LABEL (EVP_PKEY_ALG_CTRL + 10)
crypto/openssl/include/openssl/rsa.h
187
#define EVP_PKEY_CTRL_GET_RSA_OAEP_MD (EVP_PKEY_ALG_CTRL + 11)
crypto/openssl/include/openssl/rsa.h
188
#define EVP_PKEY_CTRL_GET_RSA_OAEP_LABEL (EVP_PKEY_ALG_CTRL + 12)
crypto/openssl/include/openssl/rsa.h
190
#define EVP_PKEY_CTRL_RSA_KEYGEN_PRIMES (EVP_PKEY_ALG_CTRL + 13)
crypto/openssl/include/openssl/rsa.h
192
#define EVP_PKEY_CTRL_RSA_IMPLICIT_REJECTION (EVP_PKEY_ALG_CTRL + 14)