Home
last modified time | relevance | path

Searched refs:int_dhvparams (Results 1 – 2 of 2) sorted by relevance

/src/crypto/openssl/crypto/dh/
H A Ddh_asn1.c64 } int_dhvparams; typedef
71 int_dhvparams *vparams;
75 ASN1_SIMPLE(int_dhvparams, seed, ASN1_BIT_STRING),
76 ASN1_SIMPLE(int_dhvparams, counter, BIGNUM)
77 } static_ASN1_SEQUENCE_END_name(int_dhvparams, DHvparams)
140 int_dhvparams dhv = { NULL, NULL }; in i2d_DHxparams()
/src/crypto/krb5/src/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c440 } int_dhvparams; typedef
447 int_dhvparams *vparams;
450 ASN1_SEQUENCE(int_dhvparams) = {
451 ASN1_SIMPLE(int_dhvparams, seed, ASN1_BIT_STRING),
452 ASN1_SIMPLE(int_dhvparams, counter, BIGNUM)
453 } ASN1_SEQUENCE_END(int_dhvparams);
460 ASN1_OPT(int_dhxparams, vparams, int_dhvparams)