Lines Matching refs:peerkey
41 ECX_KEY *peerkey;
110 ossl_ecx_key_free(ecxctx->peerkey);
111 ecxctx->peerkey = key;
126 || ecxctx->peerkey == NULL) {
150 if (s390x_x25519_mul(secret, ecxctx->peerkey->pubkey,
158 ecxctx->peerkey->pubkey) == 0) {
166 if (s390x_x448_mul(secret, ecxctx->peerkey->pubkey,
174 ecxctx->peerkey->pubkey) == 0) {
189 ossl_ecx_key_free(ecxctx->peerkey);
215 if (dstctx->peerkey != NULL && !ossl_ecx_key_up_ref(dstctx->peerkey)) {