Home
last modified time | relevance | path

Searched defs:hash_algo (Results 1 – 25 of 41) sorted by relevance

12

/OK3568_Linux_fs/u-boot/include/
H A Dhash.h20 struct hash_algo { struct
40 * @algo: Pointer to the hash_algo struct argument
44 int (*hash_init)(struct hash_algo *algo, void **ctxp); argument
57 int (*hash_update)(struct hash_algo *algo, void *ctx, const void *buf, argument
71 int (*hash_finish)(struct hash_algo *algo, void *ctx, void *dest_buf, argument
/OK3568_Linux_fs/external/security/librkcrypto/src/
H A Drkcrypto_rsa_helper.c41 uint32_t hash_algo; member
60 static RK_RES get_oid_by_md(uint32_t hash_algo, const uint8_t **oid, uint32_t *old_len) in get_oid_by_md()
446 uint32_t *hlen, uint32_t *hash_algo) in get_hash_algo_from_padding()
534 uint32_t hash_algo, uint32_t hash_len) in mgf_mask()
604 uint32_t hash_algo; in rsa_padding_add_oaep_type() local
671 uint32_t hash_algo; in rsa_padding_check_oaep_type() local
765 static int rsa_padding_add_pkcs15_sign_type(uint32_t hash_algo, uint16_t key_len, in rsa_padding_add_pkcs15_sign_type()
854 uint32_t hash_algo, const uint8_t *hash, in rsa_padding_add_pss_type()
960 uint32_t hash_algo, uint32_t hash_len, in rk_rsa_padding_check_pss_type()
1337 uint32_t hash_len, hash_algo; in rk_rsa_sign_do_padding() local
[all …]
/OK3568_Linux_fs/kernel/security/integrity/ima/
H A Dima_template_lib.c227 u8 hash_algo, in ima_eventdigest_init_common()
333 u8 *cur_digest = NULL, hash_algo = HASH_ALGO_SHA1; in ima_eventdigest_ng_init() local
355 enum hash_algo hash_algo; in ima_eventdigest_modsig_init() local
H A Dima_modsig.c21 enum hash_algo hash_algo; member
H A Dima_main.c212 enum hash_algo hash_algo; in process_measurement() local
526 int hash_algo; in ima_file_hash() local
H A Dima_appraise.c335 enum hash_algo hash_algo; in ima_check_blacklist() local
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dhash_info.h17 enum hash_algo { enum
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dhash_info.h17 enum hash_algo { enum
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dhash_info.h17 enum hash_algo { enum
/OK3568_Linux_fs/u-boot/include/dm/
H A Dof_extra.h30 enum fmap_hash_t hash_algo; /* Hash algorithm */ member
/OK3568_Linux_fs/kernel/include/linux/
H A Dkeyctl.h32 const char *hash_algo; /* Digest algorithm used (eg. "sha1") or NULL if N/A */ member
H A Decryptfs.h69 s32 hash_algo; member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/rk_test/
H A Drktest_crypto.c25 uint32_t hash_algo = TEE_ALG_SHA256; in handle_crypto_sha() local
/OK3568_Linux_fs/external/security/rk_tee_user/v1/ta/rk_test/
H A Drktest_crypto.c26 uint32_t hash_algo = TEE_ALG_SHA256; in handle_crypto_sha() local
/OK3568_Linux_fs/kernel/include/crypto/
H A Dpublic_key.h46 const char *hash_algo; member
/OK3568_Linux_fs/external/security/librkcrypto/demo/
H A Ddemo_hash.c37 static uint32_t hash_algo = RK_ALGO_SHA256; variable
/OK3568_Linux_fs/kernel/crypto/asymmetric_keys/
H A Dpkcs7_verify.c126 enum hash_algo *hash_algo) in pkcs7_get_digest()
H A Dpublic_key.c66 const char *hash_algo, in software_key_determine_akcipher()
/OK3568_Linux_fs/external/security/librkcrypto/test/
H A Dtest_rsa.c522 static RK_RES get_hash_algo_from_padding(uint32_t padding, uint32_t *hlen, uint32_t *hash_algo) in get_hash_algo_from_padding()
573 uint32_t hash_algo, hash_len; in calc_padding_digest() local
/OK3568_Linux_fs/kernel/drivers/crypto/virtio/
H A Dvirtio_crypto_core.c296 u32 hash_algo = 0; in virtcrypto_probe() local
H A Dvirtio_crypto_common.h55 u32 hash_algo; member
/OK3568_Linux_fs/kernel/scripts/
H A Dsign-file.c219 char *hash_algo = NULL; in main() local
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dsb.c543 int hash_algo; in authenticate_sb_node() local
/OK3568_Linux_fs/kernel/security/integrity/evm/
H A Devm_crypto.c72 static struct shash_desc *init_desc(char type, uint8_t hash_algo) in init_desc()
/OK3568_Linux_fs/u-boot/common/
H A Dhash.c120 static struct hash_algo hash_algo[] = { variable

12