Home
last modified time | relevance | path

Searched defs:hash_algorithm (Results 1 – 24 of 24) sorted by relevance

/external/ipsec-tools/src/racoon/
Dalgorithm.h140 struct hash_algorithm { struct
141 char *name;
142 int type;
143 int doi;
145 void (*update) __P((caddr_t, vchar_t *));
146 vchar_t *(*final) __P((caddr_t));
147 int (*hashlen) __P((void));
148 vchar_t *(*one) __P((vchar_t *));
/external/openscreen/cast/common/channel/proto/
Dcast_channel.proto93 optional HashAlgorithm hash_algorithm = 3 [default = SHA1]; field
103 optional HashAlgorithm hash_algorithm = 6 [default = SHA1]; field
/external/avb/proto/crypto/sigpb/
Dsigpb.proto52 HashAlgorithm hash_algorithm = 1; field
/external/fsverity-utils/common/
Dfsverity_uapi.h23 __u32 hash_algorithm; member
51 __u8 hash_algorithm; /* Merkle tree hash algorithm */ member
/external/avb/libavb/
Davb_hash_descriptor.h67 uint8_t hash_algorithm[32]; member
Davb_hashtree_descriptor.h77 uint8_t hash_algorithm[32]; member
/external/kernel-headers/original/uapi/linux/
Dfsverity.h21 __u32 hash_algorithm; member
49 __u8 hash_algorithm; /* Merkle tree hash algorithm */ member
/external/flatbuffers/src/
Dflathash.cpp58 const char *hash_algorithm = argv[1]; in main() local
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/
Docsp.py309 def hash_algorithm(self): member in _OCSPResponse
365 def hash_algorithm(self): member in _OCSPRequest
Drsa.py29 def _get_rsa_pss_salt_length(pss, key, hash_algorithm): argument
/external/python/cryptography/src/cryptography/hazmat/primitives/asymmetric/
Dpadding.py72 def calculate_max_pss_salt_length(key, hash_algorithm): argument
/external/fsverity-utils/include/
Dlibfsverity.h44 uint32_t hash_algorithm; member
/external/fsverity-utils/programs/
Dtest_compute_digest.c41 u32 hash_algorithm; member
/external/python/cryptography/src/cryptography/x509/
Docsp.py279 def hash_algorithm(self): member in OCSPRequest
407 def hash_algorithm(self): member in OCSPResponse
/external/avb/proto/
Dtrillian.proto145 sigpb.DigitallySigned.HashAlgorithm hash_algorithm = 5; field
/external/avb/libavb_aftl/
Davb_aftl_types.h137 uint8_t hash_algorithm; member
/external/tensorflow/tensorflow/python/keras/utils/
Ddata_utils.py171 hash_algorithm='auto', argument
/external/avb/
Davbtool.py2647 def calculate_vbmeta_digest(self, image_filename, hash_algorithm, output): argument
3319 hash_algorithm, salt, chain_partitions, algorithm_name, argument
3520 generate_fec, fec_num_roots, hash_algorithm, argument
Davbtool2647 def calculate_vbmeta_digest(self, image_filename, hash_algorithm, output): argument
3319 hash_algorithm, salt, chain_partitions, algorithm_name, argument
3520 generate_fec, fec_num_roots, hash_algorithm, argument
Daftltool892 def __init__(self, hash_algorithm=HashAlgorithm.SHA256, argument
Daftltool.py892 def __init__(self, hash_algorithm=HashAlgorithm.SHA256, argument
/external/python/cpython3/
Dconfigure.ac2957 AC_ARG_WITH(hash_algorithm, optwith
/external/avb/test/
Davbtool_unittest.cc943 const std::string& hash_algorithm, in CreateRootfsWithHashtreeFooter()
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc9403 CBS hash_algorithm, hash; in ocsp_cert_id_matches_certificate() local