mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 23:37:33 +09:00
Replace NSS with Pale Moon's
This commit is contained in:
parent
ff1e5e48bf
commit
8c2e376f94
2870 changed files with 1762232 additions and 1374220 deletions
|
|
@ -1180,13 +1180,12 @@ typedef struct NSSLowPasswordDataParamStr {
|
|||
SECItem iter;
|
||||
} NSSLowPasswordDataParam;
|
||||
|
||||
static const SEC_ASN1Template NSSLOWPasswordParamTemplate[] =
|
||||
{
|
||||
{ SEC_ASN1_SEQUENCE, 0, NULL, sizeof(NSSLowPasswordDataParam) },
|
||||
{ SEC_ASN1_OCTET_STRING, offsetof(NSSLowPasswordDataParam, salt) },
|
||||
{ SEC_ASN1_INTEGER, offsetof(NSSLowPasswordDataParam, iter) },
|
||||
{ 0 }
|
||||
};
|
||||
static const SEC_ASN1Template NSSLOWPasswordParamTemplate[] = {
|
||||
{ SEC_ASN1_SEQUENCE, 0, NULL, sizeof(NSSLowPasswordDataParam) },
|
||||
{ SEC_ASN1_OCTET_STRING, offsetof(NSSLowPasswordDataParam, salt) },
|
||||
{ SEC_ASN1_INTEGER, offsetof(NSSLowPasswordDataParam, iter) },
|
||||
{ 0 }
|
||||
};
|
||||
struct LGEncryptedDataInfoStr {
|
||||
SECAlgorithmID algorithm;
|
||||
SECItem encryptedData;
|
||||
|
|
@ -2251,6 +2250,12 @@ lg_PutMetaData(SDB *sdb, const char *id,
|
|||
return CKR_OK;
|
||||
}
|
||||
|
||||
CK_RV
|
||||
lg_DestroyMetaData(SDB *db, const char *id)
|
||||
{
|
||||
return CKR_GENERAL_ERROR; /* no extra data stored */
|
||||
}
|
||||
|
||||
CK_RV
|
||||
lg_Reset(SDB *sdb)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue