Searched defs:hash_algo (Results 1 – 13 of 13) sorted by relevance
/external/u-boot/prebuilt-intermediates/ |
D | hash.h | 20 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
|
/external/u-boot/include/ |
D | hash.h | 20 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
|
/external/kernel-headers/original/uapi/linux/ |
D | hash_info.h | 17 enum hash_algo { enum
|
D | virtio_crypto.h | 433 __u32 hash_algo; member
|
/external/u-boot/include/dm/ |
D | of_extra.h | 30 enum fmap_hash_t hash_algo; /* Hash algorithm */ member
|
/external/u-boot/include/crypto/ |
D | public_key.h | 49 const char *hash_algo; member
|
/external/u-boot/lib/crypto/ |
D | public_key.c | 95 const char *hash_algo, in software_key_determine_akcipher()
|
/external/python/asn1crypto/asn1crypto/ |
D | keys.py | 856 def hash_algo(self): member in PrivateKeyInfo 1169 def hash_algo(self): member in PublicKeyInfo
|
D | algos.py | 349 def hash_algo(self): member in SignedDigestAlgorithm
|
D | x509.py | 2517 def hash_algo(self): member in Certificate
|
/external/kmod/libkmod/ |
D | libkmod-internal.h | 188 const char *algo, *hash_algo, *id_type; member
|
/external/u-boot/common/ |
D | hash.c | 154 static struct hash_algo hash_algo[] = { variable
|
/external/python/asn1crypto/tests/ |
D | test_x509.py | 555 def signature_algo(self, relative_path, signature_algo, hash_algo): argument
|