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

/linux-master/drivers/crypto/qce/
H A Dcommon.c179 u32 authkey_words = rctx->authklen / sizeof(u32); local
183 authkey_words);
437 unsigned int authkey_words, authiv_words, authnonce_words; local
470 authkey_words = qce_be32_to_cpu_array(authkey, ctx->auth_key, auth_keylen);
471 qce_write_array(qce, REG_AUTH_KEY0, (u32 *)authkey, authkey_words);

Completed in 104 milliseconds