Lines Matching defs:key

162 /* Bits for algorithm_mkey (key exchange algorithm) */
163 /* RSA key exchange */
165 /* tmp DH key no DH cert */
175 /* GOST key exchange */
183 /* GOST KDF key exchange, draft-smyshlyaev-tls12-gost-suites */
190 /* Any appropriate key exchange algorithm (for TLS 1.3 ciphersuites) */
320 * TLSTREE cipher/mac key derivation from draft-smyshlyaev-tls12-gost-suites
471 uint32_t algorithm_mkey; /* key exchange algorithm */
535 * Master_key OCTET STRING, -- the master key
604 unsigned int kex_group; /* TLS group from key exchange */
807 int ssl_hmac_init(SSL_HMAC *ctx, void *key, size_t len, char *md);
1044 /* Callback to support customisation of ticket key setting */
1148 * Callback for logging key material for use with debugging tools like
1316 EVP_PKEY *pkey; /* holds short lived key exchange key */
1343 /* Temporary storage for PSK key */
1371 * For servers the following masks are for the key and auth algorithms
1426 * Track whether we did a key exchange this handshake or not, so
1431 /* For clients: peer temporary key */
1432 /* The group_id for the key exchange key */
1649 /* The available PSK key exchange modes */
1823 /* Required public key curve (ECDSA only) */
1834 int nid; /* NID of public key algorithm */
1835 uint32_t amask; /* authmask corresponding to key type */
2011 CERT_PKEY *key;
2179 /* Known PSK key exchange modes */
2184 * Internal representations of key exchange modes
2360 /* Returns true if certificate and private key for 'idx' are present */
2474 void *key);
2612 const unsigned char *secret, unsigned char *key,
2768 unsigned char *key, unsigned char *mac_key,
2838 int ssl_hmac_old_init(SSL_HMAC *ctx, void *key, size_t len, char *md);