mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 02:17:34 +09:00
re-introduce old nss im too tired for this
This commit is contained in:
parent
3c46be320d
commit
3a838106b9
2871 changed files with 1374431 additions and 1762417 deletions
|
|
@ -23,14 +23,13 @@ SECStatus tls13_HkdfExpandLabelRaw(
|
|||
PK11SymKey *prk, SSLHashType baseHash,
|
||||
const PRUint8 *handshakeHash, unsigned int handshakeHashLen,
|
||||
const char *label, unsigned int labelLen,
|
||||
SSLProtocolVariant variant, unsigned char *output,
|
||||
unsigned int outputLen);
|
||||
unsigned char *output, unsigned int outputLen);
|
||||
SECStatus tls13_HkdfExpandLabel(
|
||||
PK11SymKey *prk, SSLHashType baseHash,
|
||||
const PRUint8 *handshakeHash, unsigned int handshakeHashLen,
|
||||
const char *label, unsigned int labelLen,
|
||||
CK_MECHANISM_TYPE algorithm, unsigned int keySize,
|
||||
SSLProtocolVariant variant, PK11SymKey **keyp);
|
||||
PK11SymKey **keyp);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue