Home
last modified time | relevance | path

Searched refs:EVP_PKEY_derive (Results 1 – 7 of 7) sorted by relevance

/dragonfly/crypto/libressl/crypto/evp/
H A Dpmeth_fn.c333 EVP_PKEY_derive(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *pkeylen) in EVP_PKEY_derive() function
/dragonfly/crypto/libressl/apps/openssl/
H A Dpkeyutl.c568 rv = EVP_PKEY_derive(ctx, out, poutlen); in do_keyop()
/dragonfly/crypto/libressl/crypto/cms/
H A Dcms_kari.c253 if (EVP_PKEY_derive(kari->pctx, kek, &keklen) <= 0) in cms_kek_cipher()
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dcrypto_openssl.c2052 EVP_PKEY_derive(ctx, NULL, &secret_len) != 1) { in crypto_ecdh_set_peerkey()
2062 if (EVP_PKEY_derive(ctx, wpabuf_put(secret, 0), &secret_len) != 1) { in crypto_ecdh_set_peerkey()
/dragonfly/crypto/libressl/
H A DREADME.DELETED346 man/EVP_PKEY_derive.3
/dragonfly/crypto/libressl/include/openssl/
H A Devp.h1082 int EVP_PKEY_derive(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen);
/dragonfly/contrib/wpa_supplicant/src/common/
H A Ddpp.c642 if (EVP_PKEY_derive(ctx, NULL, secret_len) != 1) { in dpp_ecdh()
665 if (EVP_PKEY_derive(ctx, buf, secret_len) != 1) { in dpp_ecdh()
683 if (EVP_PKEY_derive(ctx, secret, secret_len) != 1) { in dpp_ecdh()