Searched refs:sec_item (Results 1 – 2 of 2) sorted by relevance
90 SECItem sec_item; in ConvertSpkiFromDerToJwk() local91 sec_item.data = const_cast<unsigned char*>( in ConvertSpkiFromDerToJwk()93 sec_item.len = spki_der.size(); in ConvertSpkiFromDerToJwk()95 SECKEY_DecodeDERSubjectPublicKeyInfo(&sec_item)); in ConvertSpkiFromDerToJwk()
132 SECItem* sec_item = PK11_GetLowLevelKeyIDForPrivateKey(priv_key); in GetPkcs11IdAndSlotForCert() local134 if (sec_item) { in GetPkcs11IdAndSlotForCert()135 pkcs11_id = base::HexEncode(sec_item->data, sec_item->len); in GetPkcs11IdAndSlotForCert()136 SECITEM_FreeItem(sec_item, PR_TRUE); in GetPkcs11IdAndSlotForCert()