Searched refs:HashAlgAndValue (Results 1 – 2 of 2) sorted by relevance
/external/wpa_supplicant_8/src/utils/ |
D | http_curl.c | 290 } HashAlgAndValue; typedef 293 STACK_OF(HashAlgAndValue) *refStructHash; 299 STACK_OF(HashAlgAndValue) *logotypeHash; 363 ASN1_SEQUENCE(HashAlgAndValue) = { 364 ASN1_SIMPLE(HashAlgAndValue, hashAlg, X509_ALGOR), 365 ASN1_SIMPLE(HashAlgAndValue, hashValue, ASN1_OCTET_STRING) 366 } ASN1_SEQUENCE_END(HashAlgAndValue); 369 ASN1_SEQUENCE_OF(LogotypeReference, refStructHash, HashAlgAndValue), 375 ASN1_SEQUENCE_OF(LogotypeDetails, logotypeHash, HashAlgAndValue), 449 sk_num(CHECKED_CAST(_STACK *, STACK_OF(HashAlgAndValue) *, (st))) [all …]
|
/external/python/pyasn1-modules/pyasn1_modules/ |
D | rfc3709.py | 29 class HashAlgAndValue(univ.Sequence): class 32 HashAlgAndValue.componentType = namedtype.NamedTypes( 44 componentType=HashAlgAndValue()).subtype( 140 componentType=HashAlgAndValue()).subtype(
|