Lines Matching refs:am
48 OSSL_ATTRIBUTE_MAPPING *am,
55 switch (am->type) {
57 if (i2a_ASN1_OBJECT(out, am->choice.typeMappings->local) <= 0)
61 return i2a_ASN1_OBJECT(out, am->choice.typeMappings->remote);
63 local_type = am->choice.typeValueMappings->local->type;
64 remote_type = am->choice.typeValueMappings->remote->type;
65 local_val = am->choice.typeValueMappings->local->value;
66 remote_val = am->choice.typeValueMappings->remote->value;
93 OSSL_ATTRIBUTE_MAPPING *am; in i2r_ATTRIBUTE_MAPPINGS() local
96 am = sk_OSSL_ATTRIBUTE_MAPPING_value(ams, i); in i2r_ATTRIBUTE_MAPPINGS()
99 if (i2r_ATTRIBUTE_MAPPING(method, am, out, indent + 4) <= 0) in i2r_ATTRIBUTE_MAPPINGS()