Lines Matching defs:key
32 /* Duplicate key if custom cofactor needed */
38 /* Message digest to use for key derivation */
40 /* User key material */
114 * the "real" key. These calls don't make any modifications that need to
115 * be reflected back in the "original" key.
152 * the "real" key. These calls don't make any modifications that need to
153 * be reflected back in the "original" key.
168 static int pkey_ec_derive(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen)
190 if (!key) {
208 ret = ECDH_compute_key(key, outlen, pubkey, eckey, 0);
216 unsigned char *key, size_t *keylen)
223 return pkey_ec_derive(ctx, key, keylen);
224 if (!key) {
239 if (!ossl_ecdh_kdf_X9_63(key, *keylen, ktmp, ktmplen,
290 * We discarded the "const" above. This will only work if the key is
291 * a "real" legacy key, and not a cached copy of a provided key