Lines Matching defs:ecxkey
33 const ECX_KEY *ecxkey = pkey->pkey.ecx;
36 if (ecxkey == NULL) {
41 penc = OPENSSL_memdup(ecxkey->pubkey, KEYLEN(pkey));
102 const ECX_KEY *ecxkey = pkey->pkey.ecx;
107 if (ecxkey == NULL || ecxkey->privkey == NULL) {
112 oct.data = ecxkey->privkey;
171 const ECX_KEY *ecxkey = pkey->pkey.ecx;
175 if (ecxkey == NULL || ecxkey->privkey == NULL) {
184 if (ASN1_buf_print(bp, ecxkey->privkey, KEYLEN(pkey),
188 if (ecxkey == NULL) {
199 if (ASN1_buf_print(bp, ecxkey->pubkey, KEYLEN(pkey),
729 const ECX_KEY *ecxkey, *peerkey;
735 ecxkey = evp_pkey_get_legacy(ctx->pkey);
737 if (ecxkey == NULL || ecxkey->privkey == NULL) {
745 *privkey = ecxkey->privkey;