Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/block/
Dcryptoloop.c43 int cipher_len; in cryptoloop_init() local
58 cipher_len = strcspn(cmsp, "-"); in cryptoloop_init()
60 mode = cmsp + cipher_len; in cryptoloop_init()
72 if (cipher_len + mode_len + 3 > LO_NAME_SIZE) in cryptoloop_init()
78 memcpy(cmsp, info->lo_crypt_name, cipher_len); in cryptoloop_init()
79 cmsp += cipher_len; in cryptoloop_init()
/Linux-v4.19/drivers/crypto/bcm/
Dspu.c625 unsigned int cipher_len = hash_parms->prebuf_len + data_size + in spum_create_request() local
650 cipher_len -= hash_parms->digestsize; in spum_create_request()
658 cipher_len -= hash_parms->pad_len; in spum_create_request()
682 auth_offset, auth_len, cipher_offset, cipher_len); in spum_create_request()
790 cipher_len = 0; in spum_create_request()
809 bdesc->length_crypto = cpu_to_be16(cipher_len); in spum_create_request()
/Linux-v4.19/drivers/crypto/axis/
Dartpec6_crypto.c1694 u32 cipher_len = 0; /* Same as regk_crypto_key_128 for NULL crypto */ in artpec6_crypto_prepare_crypto() local
1727 cipher_len = regk_crypto_key_128; in artpec6_crypto_prepare_crypto()
1730 cipher_len = regk_crypto_key_192; in artpec6_crypto_prepare_crypto()
1733 cipher_len = regk_crypto_key_256; in artpec6_crypto_prepare_crypto()
1776 cipher_len); in artpec6_crypto_prepare_crypto()
1782 cipher_len); in artpec6_crypto_prepare_crypto()