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.c351 if ((ctx->cipher.mode == CIPHER_MODE_CBC) && in handle_skcipher_req()
367 if ((ctx->cipher.mode == CIPHER_MODE_CBC) && in handle_skcipher_req()
1741 if (ctx->cipher.mode == CIPHER_MODE_CBC || in skcipher_enqueue()
2665 if (ctx->cipher.mode == CIPHER_MODE_CBC || in aead_enqueue()
3161 .mode = CIPHER_MODE_CBC,
3186 .mode = CIPHER_MODE_CBC,
3211 .mode = CIPHER_MODE_CBC,
3236 .mode = CIPHER_MODE_CBC,
3261 .mode = CIPHER_MODE_CBC,
3286 .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()