Lines Matching refs:pkey
1014 EVP_PKEY *pkey; in tls_parse_ctos_cookie() local
1047 pkey = EVP_PKEY_new_raw_private_key_ex(sctx->libctx, "HMAC", in tls_parse_ctos_cookie()
1051 if (hctx == NULL || pkey == NULL) { in tls_parse_ctos_cookie()
1053 EVP_PKEY_free(pkey); in tls_parse_ctos_cookie()
1060 sctx->propq, pkey, NULL) <= 0 in tls_parse_ctos_cookie()
1065 EVP_PKEY_free(pkey); in tls_parse_ctos_cookie()
1071 EVP_PKEY_free(pkey); in tls_parse_ctos_cookie()
2008 s->s3.tmp.pkey = skey; in tls_construct_stoc_key_share()
2067 EVP_PKEY *pkey; in tls_construct_stoc_cookie() local
2145 pkey = EVP_PKEY_new_raw_private_key_ex(sctx->libctx, "HMAC", in tls_construct_stoc_cookie()
2149 if (hctx == NULL || pkey == NULL) { in tls_construct_stoc_cookie()
2155 sctx->propq, pkey, NULL) <= 0 in tls_construct_stoc_cookie()
2180 EVP_PKEY_free(pkey); in tls_construct_stoc_cookie()