Lines Matching refs:val

36  * **** for simple val's ****
38 * const krb5_type val,
41 * effects Inserts the encoding of val into *buf and
43 * Returns ASN1_MISSING_FIELD if a required field is empty in val.
46 * **** for struct val's ****
48 * const krb5_type *val,
51 * effects Inserts the encoding of *val into *buf and
53 * Returns ASN1_MISSING_FIELD if a required field is empty in val.
56 * **** for array val's ****
58 * const krb5_type **val,
60 * requires *buf is allocated, **val != NULL, *val[0] != NULL,
61 * **val is a NULL-terminated array of pointers to krb5_type
62 * effects Inserts the encoding of **val into *buf and
64 * Returns ASN1_MISSING_FIELD if a required field is empty in val.
71 const krb5_pk_authenticator *val,
76 const krb5_pk_authenticator_draft9 *val,
81 const krb5_algorithm_identifier *val,
85 const krb5_subject_pk_info *val,
89 asn1buf *buf, const krb5_algorithm_identifier **val, unsigned int *retlen);
91 asn1_error_code asn1_encode_auth_pack(asn1buf *buf, const krb5_auth_pack *val,
95 const krb5_auth_pack_draft9 *val,
99 asn1buf *buf, const krb5_external_principal_identifier *val,
103 asn1buf *buf, const krb5_external_principal_identifier **val,
107 const krb5_pa_pk_as_req *val,
111 const krb5_trusted_ca *val,
115 const krb5_trusted_ca **val,
120 const krb5_pa_pk_as_req_draft9 *val,
124 const krb5_dh_rep_info *val,
128 const krb5_kdc_dh_key_info *val,
132 const krb5_reply_key_pack *val,
137 const krb5_reply_key_pack_draft9 *val,
141 const krb5_pa_pk_as_rep *val,
146 const krb5_pa_pk_as_rep_draft9 *val,
150 asn1buf *buf, const krb5_external_principal_identifier **val,
154 const krb5_typed_data *val,
158 const krb5_typed_data **val,