nsshash.h (621B)
1 /* This Source Code Form is subject to the terms of the Mozilla Public 2 * License, v. 2.0. If a copy of the MPL was not distributed with this 3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 4 5 #ifndef _NSSHASH_H_ 6 #define _NSSHASH_H_ 7 8 #include "hasht.h" 9 #include "utilrename.h" 10 11 SEC_BEGIN_PROTOS 12 13 extern HASH_HashType HASH_GetHashTypeByOidTag(SECOidTag hashOid); 14 extern SECOidTag HASH_GetHashOidTagByHashType(HASH_HashType type); 15 extern SECOidTag HASH_GetHashOidTagByHMACOidTag(SECOidTag hmacOid); 16 extern SECOidTag HASH_GetHMACOidTagByHashOidTag(SECOidTag hashOid); 17 18 SEC_END_PROTOS 19 20 #endif /* _NSSHASHT_H_ */