Searched refs:input_len (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/cmd/ |
| H A D | crypto_sum.c | 28 int input_len; in do_crypto_csum() local 47 input_len = simple_strtoul(argv[3], NULL, 16); in do_crypto_csum() 57 csha_ctx.length = input_len; in do_crypto_csum() 59 crypto_sha_csum(dev, &csha_ctx, input_data, input_len, hash); in do_crypto_csum() 61 input_data, input_len); in do_crypto_csum() 64 csha_ctx.length = input_len; in do_crypto_csum() 66 crypto_sha_csum(dev, &csha_ctx, input_data, input_len, hash); in do_crypto_csum() 68 input_data, input_len); in do_crypto_csum() 71 csha_ctx.length = input_len; in do_crypto_csum() 73 crypto_sha_csum(dev, &csha_ctx, input_data, input_len, hash); in do_crypto_csum() [all …]
|
| /rk3399_rockchip-uboot/drivers/crypto/ |
| H A D | crypto-uclass.c | 240 char *input, u32 input_len, u8 *output) in crypto_sha_csum() argument 248 ret = crypto_sha_update(dev, (u32 *)input, input_len); in crypto_sha_csum()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | crypto.h | 205 char *input, u32 input_len, u8 *output);
|