/external/python/cryptography/tests/wycheproof/ |
D | test_hmac.py | 40 hash_algo = _HMAC_ALGORITHMS[wycheproof.testfiledata["algorithm"]] 41 if wycheproof.testgroup["tagSize"] // 8 != hash_algo.digest_size: 43 if not backend.hash_supported(hash_algo): 44 pytest.skip("Hash {} not supported".format(hash_algo.name)) 48 algorithm=hash_algo, 62 algorithm=hash_algo,
|
D | test_hkdf.py | 30 hash_algo = _HASH_ALGORITHMS[wycheproof.testfiledata["algorithm"]] 34 algorithm=hash_algo, 43 algorithm=hash_algo,
|
/external/arm-trusted-firmware/include/drivers/nxp/crypto/caam/ |
D | hash.h | 14 enum hash_algo { enum 75 enum hash_algo algo; 79 int hash_init(enum hash_algo algo, void **ctx); 80 int hash_update(enum hash_algo algo, void *context, void *data_ptr, 82 int hash_final(enum hash_algo algo, void *context, void *hash_ptr,
|
/external/arm-trusted-firmware/drivers/nxp/crypto/caam/src/auth/ |
D | hash.c | 42 int hash_init(enum hash_algo algo, void **ctx) in hash_init() 64 int hash_update(enum hash_algo algo, void *context, void *data_ptr, in hash_update() 111 int hash_final(enum hash_algo algo, void *context, void *hash_ptr, in hash_final()
|
D | nxp_crypto.c | 82 enum hash_algo algo = SHA256; in verify_hash()
|
/external/kmod/libkmod/ |
D | libkmod-signature.c | 115 sig_info->hash_algo = pkey_hash_algo[modsig->hash]; in fill_default() 273 sig_info->hash_algo = pkey_hash_algo[obj_to_hash_algo(o)]; in fill_pkcs7() 303 sig_info->hash_algo = "unknown"; in fill_pkcs7()
|
D | libkmod-internal.h | 190 const char *algo, *hash_algo, *id_type; member
|
D | libkmod-module.c | 2358 sig_info.hash_algo, strlen(sig_info.hash_algo)); in kmod_module_get_info()
|
/external/kernel-headers/original/uapi/linux/ |
D | hash_info.h | 17 enum hash_algo { enum
|
D | virtio_crypto.h | 433 __le32 hash_algo; member
|
/external/arm-trusted-firmware/drivers/nxp/auth/csf_hdr_parser/ |
D | csf_hdr_parser.c | 56 enum hash_algo algo = SHA256; in deploy_rotpk_hash_table() 147 enum hash_algo algo = SHA256; in calc_img_hash()
|
/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 2524 return self['signature_algorithm'].hash_algo
|
/external/python/asn1crypto/tests/ |
D | test_x509.py | 555 def signature_algo(self, relative_path, signature_algo, hash_algo): argument 558 self.assertEqual(hash_algo, cert['signature_algorithm'].hash_algo) 3306 subject_public_key_info.hash_algo
|
/external/python/asn1crypto/ |
D | changelog.md | 397 - `keys.PublicKeyInfo.hash_algo` can now handle DSA keys without parameters
|
/external/bcc/libbpf-tools/powerpc/ |
D | vmlinux_510.h | 36810 const char *hash_algo; member 79737 enum hash_algo { enum 79795 s32 hash_algo; member 84348 const char *hash_algo; member 84362 uint8_t hash_algo; member 84578 enum hash_algo algo;
|
D | vmlinux.h | 36810 const char *hash_algo; member 79737 enum hash_algo { enum 79795 s32 hash_algo; member 84348 const char *hash_algo; member 84362 uint8_t hash_algo; member 84578 enum hash_algo algo;
|
/external/bcc/libbpf-tools/arm64/ |
D | vmlinux.h | 26431 const char *hash_algo; member 46188 enum hash_algo { enum 46246 s32 hash_algo; member 50815 const char *hash_algo; member 50829 uint8_t hash_algo; member 51047 enum hash_algo algo;
|
D | vmlinux_510.h | 26431 const char *hash_algo; member 46188 enum hash_algo { enum 46246 s32 hash_algo; member 50815 const char *hash_algo; member 50829 uint8_t hash_algo; member 51047 enum hash_algo algo;
|
/external/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 31163 const char *hash_algo; member 39216 enum hash_algo { enum 54770 enum hash_algo algo; 56082 const char *hash_algo; member
|
/external/bcc/libbpf-tools/x86/ |
D | vmlinux.h | 40719 const char *hash_algo; member 59071 const char *hash_algo; member 59320 enum hash_algo { enum
|
D | vmlinux_505.h | 40719 const char *hash_algo; member 59071 const char *hash_algo; member 59320 enum hash_algo { enum
|