Home
last modified time | relevance | path

Searched refs:authkey_len (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/
H A Drk_crypto_ahash_utils.c151 ctx->authkey, ctx->authkey_len, in rk_ahash_get_zero_result()
174 ctx->authkey_len = keylen; in rk_ahash_hmac_setkey()
189 ctx->authkey_len = crypto_ahash_digestsize(tfm); in rk_ahash_hmac_setkey()
H A Drk_crypto_core.h170 u32 authkey_len; member
/OK3568_Linux_fs/kernel/drivers/crypto/
H A Dixp4xx_crypto.c180 int authkey_len; member
1114 if (!ctx->enckey_len && !ctx->authkey_len) in aead_setup()
1129 ctx->authkey_len, digest_len); in aead_setup()
1133 ctx->authkey_len, digest_len); in aead_setup()
1166 ctx->authkey_len = keys.authkeylen; in aead_setkey()
1197 ctx->authkey_len = keys.authkeylen; in des3_aead_setkey()