Searched refs:qcrypto_hmac_supports (Results 1 – 7 of 7) sorted by relevance
96 if (!qcrypto_hmac_supports(data->alg)) { in test_hmac_alloc()135 if (!qcrypto_hmac_supports(data->alg)) { in test_hmac_prealloc()183 if (!qcrypto_hmac_supports(data->alg)) { in test_hmac_iov()219 if (!qcrypto_hmac_supports(data->alg)) { in test_hmac_digest()
35 bool qcrypto_hmac_supports(QCryptoHashAlgorithm alg) in qcrypto_hmac_supports() function51 if (!qcrypto_hmac_supports(alg)) { in qcrypto_hmac_ctx_new()
38 bool qcrypto_hmac_supports(QCryptoHashAlgorithm alg) in qcrypto_hmac_supports() function62 if (!qcrypto_hmac_supports(alg)) { in qcrypto_hmac_ctx_new()
36 bool qcrypto_hmac_supports(QCryptoHashAlgorithm alg) in qcrypto_hmac_supports() function53 if (!qcrypto_hmac_supports(alg)) { in qcrypto_hmac_ctx_new()
94 bool qcrypto_hmac_supports(QCryptoHashAlgorithm alg) in qcrypto_hmac_supports() function110 if (!qcrypto_hmac_supports(alg)) { in qcrypto_hmac_ctx_new()
34 bool qcrypto_hmac_supports(QCryptoHashAlgorithm alg);
31 if (!qcrypto_hmac_supports(QCRYPTO_HASH_ALG_SHA256)) { in test_hmac_speed()