Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/block/
Dcryptoloop.c31 int cipher_len; in cryptoloop_init() local
46 cipher_len = strcspn(cmsp, "-"); in cryptoloop_init()
48 mode = cmsp + cipher_len; in cryptoloop_init()
60 if (cipher_len + mode_len + 3 > LO_NAME_SIZE) in cryptoloop_init()
66 memcpy(cmsp, info->lo_crypt_name, cipher_len); in cryptoloop_init()
67 cmsp += cipher_len; in cryptoloop_init()
/Linux-v5.4/drivers/crypto/bcm/
Dspu.c611 unsigned int cipher_len = hash_parms->prebuf_len + data_size + in spum_create_request() local
636 cipher_len -= hash_parms->digestsize; in spum_create_request()
644 cipher_len -= hash_parms->pad_len; in spum_create_request()
668 auth_offset, auth_len, cipher_offset, cipher_len); in spum_create_request()
776 cipher_len = 0; in spum_create_request()
795 bdesc->length_crypto = cpu_to_be16(cipher_len); in spum_create_request()
/Linux-v5.4/drivers/crypto/axis/
Dartpec6_crypto.c1678 u32 cipher_len = 0; /* Same as regk_crypto_key_128 for NULL crypto */ in artpec6_crypto_prepare_crypto() local
1711 cipher_len = regk_crypto_key_128; in artpec6_crypto_prepare_crypto()
1714 cipher_len = regk_crypto_key_192; in artpec6_crypto_prepare_crypto()
1717 cipher_len = regk_crypto_key_256; in artpec6_crypto_prepare_crypto()
1760 cipher_len); in artpec6_crypto_prepare_crypto()
1766 cipher_len); in artpec6_crypto_prepare_crypto()