Home
last modified time | relevance | path

Searched refs:ASN1_INTEGER_SET (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/keymaster/include/keymaster/km_openssl/
H A Dattestation_record.h59 #define ASN1_INTEGER_SET STACK_OF(ASN1_INTEGER) macro
78 ASN1_INTEGER_SET* purpose;
81 ASN1_INTEGER_SET* block_mode;
82 ASN1_INTEGER_SET* digest;
83 ASN1_INTEGER_SET* padding;
86 ASN1_INTEGER_SET* kdf;
89 ASN1_INTEGER_SET* mgf_digest;
/aosp12/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dattestation_record.cpp45 #define ASN1_INTEGER_SET STACK_OF(ASN1_INTEGER) macro
61 ASN1_INTEGER_SET* purpose;
64 ASN1_INTEGER_SET* digest;
65 ASN1_INTEGER_SET* padding;
66 ASN1_INTEGER_SET* kdf;
/aosp12/hardware/interfaces/security/keymint/support/
H A Dattestation_record.cpp50 #define ASN1_INTEGER_SET STACK_OF(ASN1_INTEGER) macro
69 ASN1_INTEGER_SET* purpose;
72 ASN1_INTEGER_SET* digest;
73 ASN1_INTEGER_SET* padding;
76 ASN1_INTEGER_SET* mgf_digest;
/aosp12/hardware/interfaces/keymaster/4.0/support/
H A Dattestation_record.cpp49 #define ASN1_INTEGER_SET STACK_OF(ASN1_INTEGER) macro
67 ASN1_INTEGER_SET* purpose;
70 ASN1_INTEGER_SET* digest;
71 ASN1_INTEGER_SET* padding;
/aosp12/hardware/interfaces/keymaster/4.1/support/
H A Dattestation_record.cpp57 #define ASN1_INTEGER_SET STACK_OF(ASN1_INTEGER) macro
75 ASN1_INTEGER_SET* purpose;
78 ASN1_INTEGER_SET* digest;
79 ASN1_INTEGER_SET* padding;
/aosp12/system/keymaster/km_openssl/
H A Dattestation_record.cpp105 ASN1_INTEGER_SET** dest_integer_set) { in insert_integer()
498 ASN1_INTEGER_SET** integer_set = nullptr; in build_auth_list()
1096 static bool get_repeated_enums(const ASN1_INTEGER_SET* stack, keymaster_tag_t tag, in get_repeated_enums()