Searched refs:alg_name (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | ubifs.c | 96 *crypto_alloc_comp(const char *alg_name, u32 type, u32 mask) in crypto_alloc_comp() argument 109 if (strncmp(alg_name, comp->capi_name, strlen(alg_name)) == 0) { in crypto_alloc_comp() 116 dbg_gen("invalid compression type %s", alg_name); in crypto_alloc_comp()
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | avbtool.py | 510 for alg_name in ALGORITHMS: 511 alg_data = ALGORITHMS[alg_name] 513 return (alg_name, alg_data) 529 for alg_name in ALGORITHMS: 530 alg_data = ALGORITHMS[alg_name] 2435 (alg_name, _) = lookup_algorithm_by_type(header.algorithm_type) 2449 o.write('Algorithm: {}\n'.format(alg_name)) 2545 alg_name, _ = lookup_algorithm_by_type(header.algorithm_type) 2548 .format(alg_name, image_filename)) 2562 .format(alg_name, image.filename)) [all …]
|