Home | History | Annotate | Download | only in cert

Lines Matching refs:field

60 // Wrapper for a CSSM_DATA_PTR that was obtained via one of the CSSM field
68 CSSM_DATA_PTR field);
72 CSSM_DATA_PTR field() const { return field_; }
74 // Returns the field as if it was an arbitrary type - most commonly, by
75 // interpreting the field as a specific CSSM/CDSA parsed type, such as
77 // An added check is applied to ensure that the current field is large
87 CSSM_DATA_PTR field);
124 // Fetches the first value for the field associated with |field_oid|.
126 // returns CSSM_OK and stores the first value in |field|. If additional
128 OSStatus GetField(const CSSM_OID* field_oid, CSSMFieldValue* field) const;