Home
last modified time | relevance | path

Searched refs:supportedCMSTypes (Results 1 – 10 of 10) sorted by relevance

/src/crypto/krb5/src/plugins/preauth/pkinit/
H A Dpkinit_lib.c126 if ((*in)->supportedCMSTypes != NULL) in free_krb5_auth_pack()
127 free_krb5_algorithm_identifiers(&((*in)->supportedCMSTypes)); in free_krb5_auth_pack()
H A Dpkinit_crypto.h323 krb5_algorithm_identifier ***supportedCMSTypes); /* OUT */
H A Dpkinit_clnt.c204 auth_pack.supportedCMSTypes = cmstypes; in pkinit_as_req_create()
/src/crypto/krb5/src/include/
H A Dk5-int-pkinit.h65 krb5_algorithm_identifier **supportedCMSTypes; /* Optional */ member
/src/crypto/heimdal/lib/asn1/
H A Dpkinit.asn187 supportedCMSTypes [2] SEQUENCE OF AlgorithmIdentifier OPTIONAL,
/src/crypto/heimdal/lib/krb5/
H A Dpkinit.c618 a->supportedCMSTypes = calloc(1, sizeof(*a->supportedCMSTypes)); in build_auth_pack()
619 if (a->supportedCMSTypes == NULL) in build_auth_pack()
624 &a->supportedCMSTypes->val, in build_auth_pack()
625 &a->supportedCMSTypes->len); in build_auth_pack()
/src/crypto/heimdal/kdc/
H A Dpkinit.c859 if (ap.supportedCMSTypes) { in _kdc_pk_rd_padata()
862 ap.supportedCMSTypes->val, in _kdc_pk_rd_padata()
863 ap.supportedCMSTypes->len); in _kdc_pk_rd_padata()
/src/crypto/krb5/
H A DREADME182 9100 Add ecdsa-with-sha512/256 to supportedCMSTypes
/src/crypto/heimdal/
H A DChangeLog.2006219 * lib/krb5/pkinit.c (build_auth_pack): set supportedCMSTypes.
225 * kdc/pkinit.c (_kdc_pk_rd_padata): Pick up supportedCMSTypes and
228 * kdc/pkinit.c (_kdc_pk_rd_padata): Pick up supportedCMSTypes and
/src/crypto/krb5/src/lib/krb5/asn.1/
H A Dasn1_k_encode.c1431 DEFFIELD(auth_pack_2, krb5_auth_pack, supportedCMSTypes, 2,