Searched refs:keyDescription (Results 1 – 3 of 3) sorted by relevance
40 String keyDescription = descriptionsMap.get(keyBlank); in main() local52 + keyDescription + "; " + subtypeDescription); in main()58 + keyDescription + "; " + subtypeDescription); in main()65 + keyDescription); in main()
393 CBS keyDescription; in import_wrapped_key_request() local394 if (!CBS_get_asn1(&aad, &keyDescription, CBS_ASN1_SEQUENCE)) { in import_wrapped_key_request()400 if (!CBS_get_asn1_uint64(&keyDescription, &keyFormat)) { in import_wrapped_key_request()406 if (!CBS_get_asn1(&keyDescription, &authorizationList, CBS_ASN1_SEQUENCE) || in import_wrapped_key_request()407 CBS_len(&keyDescription) != 0) { in import_wrapped_key_request()409 << CBS_len(&keyDescription); in import_wrapped_key_request()
1399 String keyDescription = parts.getAttributeValue(2, "description");1409 if (keyDescription != null) {1410 bcp47Descriptions.put(key_empty, keyDescription);