HomeSort by relevance Sort by last modified time
    Searched refs:CKA_LABEL (Results 1 - 4 of 4) sorted by null

  /system/tpm/attestation/server/
pkcs11_key_store.cc 163 CKA_LABEL,
302 {CKA_LABEL, string_as_array(&mutable_label), mutable_label.size()},
333 {CKA_LABEL, string_as_array(&mutable_label), mutable_label.size()},
367 {CKA_LABEL, string_as_array(&mutable_label), mutable_label.size()},
464 CKA_LABEL,
585 CK_ATTRIBUTE attribute = {CKA_LABEL, nullptr, 0};
588 LOG(ERROR) << "C_GetAttributeValue(CKA_LABEL) [length] failed.";
595 LOG(ERROR) << "C_GetAttributeValue(CKA_LABEL) failed.";
pkcs11_key_store_test.cc 177 // Stores a new labeled object, only CKA_LABEL and CKA_VALUE are relevant.
183 std::string label = GetValue(attributes, CKA_LABEL);
212 parsed.attributes()[0].type == CKA_LABEL)
216 parsed.attributes()[0].type != CKA_LABEL) ||
237 // Finds stored objects by CKA_LABEL or CKA_VALUE. If no CKA_LABEL or
242 std::string label = GetValue(attributes, CKA_LABEL);
  /external/curl/lib/
mk-ca-bundle.pl 396 if ($start_of_cert && /^CKA_LABEL UTF8 \"(.*)\"/) {
  /external/curl/lib/vtls/
nss.c 372 PK11_SETATTRS(attrs, attr_cnt, CKA_LABEL, (unsigned char *)filename,
    [all...]

Completed in 763 milliseconds