Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/bcm/
H A Dspu.h36 CIPHER_MODE_OFB = 0x2, enumerator
H A Dutil.c307 case CIPHER_MODE_OFB: in spu_alg_name()
H A Dcipher.c1742 ctx->cipher.mode == CIPHER_MODE_OFB || in skcipher_enqueue()
2663 ctx->cipher.mode == CIPHER_MODE_OFB || in aead_enqueue()
3529 .mode = CIPHER_MODE_OFB,
3586 .mode = CIPHER_MODE_OFB,
3643 .mode = CIPHER_MODE_OFB,
H A Dspu2.c101 case CIPHER_MODE_OFB: in spu2_cipher_mode_xlate()