Lines Matching defs:data
68 static void free_asn1_data(int type, void *data)
72 ASN1_OBJECT_free(data);
75 ASN1_STRING_free(data);
167 * key_to_epki_* produce encoded output with the private key data in a
171 * key_to_pki_* primarly produce encoded output with the private key data
173 * there is an intent to encrypt the data, the corresponding key_to_epki_*
176 * key_to_spki_* produce encoded output with the public key data in an
182 * key data itself.
360 * key_to_type_specific_* produce encoded output with type specific key data,
454 params->length = i2d_DHxparams(dh, ¶ms->data);
456 params->length = i2d_DHparams(dh, ¶ms->data);
557 params->length = i2d_DSAparams(dsa, ¶ms->data);
652 params->length = i2d_ECParameters(eckey, ¶ms->data);
728 return ret; /* return the length of the der encoded data */
785 oct.data = ecxkey->privkey;