Searched refs:qcrypto_hmac_digest (Results 1 – 3 of 3) sorted by relevance
163 int qcrypto_hmac_digest(QCryptoHmac *hmac,
72 int qcrypto_hmac_digest(QCryptoHmac *hmac, in qcrypto_hmac_digest() function
229 ret = qcrypto_hmac_digest(hmac, (const char *)INPUT_TEXT, in test_hmac_digest()