Searched refs:MGF1 (Results 1 - 1 of 1) sorted by relevance

/external/libchrome/crypto/third_party/nss/
H A Drsawrapr.c17 * Mask generation function MGF1 as defined in PKCS #1 v2.1 / RFC 3447.
20 MGF1(HASH_HashType hashAlg, unsigned char *mask, unsigned int maskLen, function
68 * We only support MGF1 as the MGF.
103 MGF1(maskHashAlg, db, dbMaskLen, &em[dbMaskLen], hash->length);

Completed in 679 milliseconds