Searched refs:cipher_len (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/block/ |
| H A D | cryptoloop.c | 31 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()
|
| /OK3568_Linux_fs/external/security/bin/optee_v2/include/ |
| H A D | rk_tee_service.h | 37 int rk_decrypt_data(unsigned char *cipher, unsigned int cipher_len, 49 unsigned char *cipher, unsigned int *cipher_len);
|
| /OK3568_Linux_fs/kernel/drivers/crypto/bcm/ |
| H A D | spu.c | 607 unsigned int cipher_len = hash_parms->prebuf_len + data_size + in spum_create_request() local 632 cipher_len -= hash_parms->digestsize; in spum_create_request() 640 cipher_len -= hash_parms->pad_len; in spum_create_request() 664 auth_offset, auth_len, cipher_offset, cipher_len); in spum_create_request() 772 cipher_len = 0; in spum_create_request() 791 bdesc->length_crypto = cpu_to_be16(cipher_len); in spum_create_request()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | crypto.c | 46 u32 cipher_len; member 111 .cipher_len = sizeof(out) \ 130 .cipher_len = sizeof(out), \ 534 test_data->cipher_len); in test_cipher_result() 539 out, test_data->cipher_len, false); in test_cipher_result()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/axis/ |
| H A D | artpec6_crypto.c | 1672 u32 cipher_len = 0; /* Same as regk_crypto_key_128 for NULL crypto */ in artpec6_crypto_prepare_crypto() local 1705 cipher_len = regk_crypto_key_128; in artpec6_crypto_prepare_crypto() 1708 cipher_len = regk_crypto_key_192; in artpec6_crypto_prepare_crypto() 1711 cipher_len = regk_crypto_key_256; in artpec6_crypto_prepare_crypto() 1754 cipher_len); in artpec6_crypto_prepare_crypto() 1760 cipher_len); in artpec6_crypto_prepare_crypto()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/qat/qat_common/ |
| H A D | qat_algs.c | 856 u32 cipher_len; in qat_alg_aead_dec() local 858 cipher_len = areq->cryptlen - digst_size; in qat_alg_aead_dec() 859 if (cipher_len % AES_BLOCK_SIZE != 0) in qat_alg_aead_dec() 875 cipher_param->cipher_length = cipher_len; in qat_alg_aead_dec()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7915/ |
| H A D | mcu.h | 760 u8 cipher_len; member
|
| H A D | mcu.c | 1081 sec_key->cipher_len = sizeof(*sec_key); in mt7915_mcu_sta_key_tlv() 1091 sec_key->cipher_len = sizeof(*sec_key); in mt7915_mcu_sta_key_tlv()
|