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

/linux-master/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-prng.c24 const u32 mode = SS_OP_PRNG | SS_PRNG_CONTINUE | SS_ENABLED;
H A Dsun4i-ss-cipher.c403 rctx->mode = SS_OP_AES | SS_CBC | SS_ENABLED | SS_ENCRYPTION |
414 rctx->mode = SS_OP_AES | SS_CBC | SS_ENABLED | SS_DECRYPTION |
426 rctx->mode = SS_OP_AES | SS_ECB | SS_ENABLED | SS_ENCRYPTION |
437 rctx->mode = SS_OP_AES | SS_ECB | SS_ENABLED | SS_DECRYPTION |
449 rctx->mode = SS_OP_DES | SS_CBC | SS_ENABLED | SS_ENCRYPTION |
460 rctx->mode = SS_OP_DES | SS_CBC | SS_ENABLED | SS_DECRYPTION |
472 rctx->mode = SS_OP_DES | SS_ECB | SS_ENABLED | SS_ENCRYPTION |
483 rctx->mode = SS_OP_DES | SS_ECB | SS_ENABLED | SS_DECRYPTION |
495 rctx->mode = SS_OP_3DES | SS_CBC | SS_ENABLED | SS_ENCRYPTION |
506 rctx->mode = SS_OP_3DES | SS_CBC | SS_ENABLED | SS_DECRYPTIO
[all...]
H A Dsun4i-ss-hash.c238 writel(op->mode | SS_ENABLED | ivmode, ss->base + SS_CTL);
362 writel(op->mode | SS_ENABLED | SS_DATA_END, ss->base + SS_CTL);
457 writel(op->mode | SS_ENABLED | SS_DATA_END, ss->base + SS_CTL);
H A Dsun4i-ss.h107 #define SS_ENABLED (1 << 0) macro
H A Dsun4i-ss-core.c446 writel(SS_ENABLED, ss->base + SS_CTL);

Completed in 220 milliseconds