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

/macosx-10.10.1/CommonCrypto-60061/include/
H A DCommonHMacSPI.h69 void CCHmacOneShot(
/macosx-10.10.1/CommonCrypto-60061/lib/
H A DCommonHMAC.c201 void CCHmacOneShot(CCDigestAlg alg, const void *key, size_t keyLength, const void *data, size_t dataLength, void *macOut) { function
/macosx-10.10.1/CommonCrypto-60061/test/CommonCrypto/
H A DCommonHMac.c118 CCHmacOneShot(alg, key->bytes, key->len, input, strlen(input), computedMD->bytes);

Completed in 65 milliseconds