Home
last modified time | relevance | path

Searched refs:CIPHER_MODE_CBC (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/crypto/bcm/
H A Dutil.c303 case CIPHER_MODE_CBC: in spu_alg_name()
323 case CIPHER_MODE_CBC: in spu_alg_name()
335 case CIPHER_MODE_CBC: in spu_alg_name()
H A Dcipher.c349 if ((ctx->cipher.mode == CIPHER_MODE_CBC) && in handle_skcipher_req()
365 if ((ctx->cipher.mode == CIPHER_MODE_CBC) && in handle_skcipher_req()
1735 if (ctx->cipher.mode == CIPHER_MODE_CBC || in skcipher_enqueue()
2659 if (ctx->cipher.mode == CIPHER_MODE_CBC || in aead_enqueue()
3155 .mode = CIPHER_MODE_CBC,
3180 .mode = CIPHER_MODE_CBC,
3205 .mode = CIPHER_MODE_CBC,
3230 .mode = CIPHER_MODE_CBC,
3255 .mode = CIPHER_MODE_CBC,
3280 .mode = CIPHER_MODE_CBC,
[all …]
H A Dspu.h35 CIPHER_MODE_CBC = 0x1, enumerator
H A Dspu2.c99 case CIPHER_MODE_CBC: in spu2_cipher_mode_xlate()