зеркало из https://github.com/mozilla/pjs.git
Bugzilla Bug 276183: added a comment for PK11_HashBuf.
This commit is contained in:
Родитель
2ed9036363
Коммит
40c2351b11
|
@ -499,6 +499,10 @@ PK11Context *PK11_CreateContextBySymKey(CK_MECHANISM_TYPE type,
|
|||
PK11Context *PK11_CreateDigestContext(SECOidTag hashAlg);
|
||||
PK11Context *PK11_CloneContext(PK11Context *old);
|
||||
SECStatus PK11_DigestBegin(PK11Context *cx);
|
||||
/*
|
||||
* The output buffer 'out' must be big enough to hold the output of
|
||||
* the hash algorithm 'hashAlg'.
|
||||
*/
|
||||
SECStatus PK11_HashBuf(SECOidTag hashAlg, unsigned char *out, unsigned char *in,
|
||||
int32 len);
|
||||
SECStatus PK11_DigestOp(PK11Context *context, const unsigned char *in,
|
||||
|
|
Загрузка…
Ссылка в новой задаче