Home
last modified time | relevance | path

Searched defs:HashType (Results 1 – 25 of 95) sorted by relevance

1234

/external/tink/python/tink/signature/
D_signature_key_templates.py43 hash_type: common_pb2.HashType,
61 hash_type: common_pb2.HashType, modulus_size: int,
78 sig_hash: common_pb2.HashType, mgf1_hash: common_pb2.HashType,
149 hash_type: common_pb2.HashType,
162 hash_type: common_pb2.HashType, modulus_size: int,
173 sig_hash: common_pb2.HashType, mgf1_hash: common_pb2.HashType,
/external/tink/python/tink/streaming_aead/
D_streaming_aead_key_templates.py42 aes_key_size: int, hash_type: common_pb2.HashType, derived_key_size: int,
60 aes_key_size: int, hkdf_hash_type: common_pb2.HashType,
61 derived_key_size: int, mac_hash_type: common_pb2.HashType, tag_size: int,
141 aes_key_size: int, hash_type: common_pb2.HashType, derived_key_size: int,
153 aes_key_size: int, hkdf_hash_type: common_pb2.HashType,
154 derived_key_size: int, mac_hash_type: common_pb2.HashType, tag_size: int,
/external/tink/go/testutil/
Dtestutil.go353 func NewECDSAParams(hashType commonpb.HashType, curve commonpb.EllipticCurveType, encoding ecdsapb.…
386 func NewRandomECDSAPrivateKey(hashType commonpb.HashType, curve commonpb.EllipticCurveType) *ecdsap…
395 func NewRandomECDSAPublicKey(hashType commonpb.HashType, curve commonpb.EllipticCurveType) *ecdsapb…
478 func NewAESGCMHKDFKey(keyVersion, keySize, derivedKeySize uint32, hkdfHashType commonpb.HashType, c…
492 func NewAESGCMHKDFKeyData(keySize, derivedKeySize uint32, hkdfHashType commonpb.HashType, ciphertex…
501 func NewAESGCMHKDFKeyFormat(keySize, derivedKeySize uint32, hkdfHashType commonpb.HashType, ciphert…
513 …HMACKey(keyVersion, keySize uint32, hkdfHashType commonpb.HashType, derivedKeySize uint32, hashTyp…
531 …AESCTRHMACKeyFormat(keySize uint32, hkdfHashType commonpb.HashType, derivedKeySize uint32, hashTyp…
547 func NewHMACParams(hashType commonpb.HashType, tagSize uint32) *hmacpb.HmacParams {
555 func NewHMACKey(hashType commonpb.HashType, tagSize uint32) *hmacpb.HmacKey {
[all …]
/external/tink/go/streamingaead/
Dstreamingaead_key_templates.go120 func newAESGCMHKDFKeyTemplate(mainKeySize uint32, hkdfHashType commonpb.HashType, derivedKeySize, c…
141 …RHMACKeyTemplate(mainKeySize uint32, hkdfHashType commonpb.HashType, derivedKeySize uint32, tagAlg…
/external/tink/go/signature/
Drsa.go31 func validateRSAPubKeyParams(h commonpb.HashType, modSizeBits int, pubExponent []byte) error {
45 func hashName(h commonpb.HashType) string {
Dsignature_key_templates.go150 func createECDSAKeyTemplate(hashType commonpb.HashType, curve commonpb.EllipticCurveType, encoding …
184 func create_RSA_SSA_PKCS1_Template(prefixType tinkpb.OutputPrefixType, hashType commonpb.HashType, …
203 func create_RSA_SSA_PSS_Template(prefixType tinkpb.OutputPrefixType, hashType commonpb.HashType, sa…
/external/tink/python/tink/prf/
D_prf_key_templates.py49 key_size: int, hash_type: common_pb2.HashType) -> tink_pb2.KeyTemplate:
64 key_size: int, hash_type: common_pb2.HashType) -> tink_pb2.KeyTemplate:
/external/tink/python/tink/mac/
D_mac_key_templates.py32 hash_type: common_pb2.HashType) -> tink_pb2.KeyTemplate:
73 hash_type: common_pb2.HashType) -> tink_pb2.KeyTemplate:
/external/tink/go/prf/
Dprf_key_templates.go62 func createHMACPRFKeyTemplate(keySize uint32, hashType commonpb.HashType) *tinkpb.KeyTemplate {
82 func createHKDFPRFKeyTemplate(keySize uint32, hashType commonpb.HashType, salt []byte) *tinkpb.KeyT…
/external/tink/python/tink/hybrid/
D_hybrid_key_templates.py34 ec_point_format: common_pb2.EcPointFormat, hash_type: common_pb2.HashType,
141 ec_point_format: common_pb2.EcPointFormat, hash_type: common_pb2.HashType,
/external/tink-java/src/main/java/com/google/crypto/tink/prf/
DHmacPrfParameters.java32 public static final class HashType { class in HmacPrfParameters
41 private HashType(String name) { in HashType() method in HmacPrfParameters.HashType
DHkdfPrfParameters.java33 public static final class HashType { class in HkdfPrfParameters
42 private HashType(String name) { in HashType() method in HkdfPrfParameters.HashType
/external/tink/java_src/src/main/java/com/google/crypto/tink/prf/
DHmacPrfParameters.java39 public static final class HashType { class in HmacPrfParameters
48 private HashType(String name) { in HashType() method in HmacPrfParameters.HashType
DHkdfPrfParameters.java40 public static final class HashType { class in HkdfPrfParameters
49 private HashType(String name) { in HashType() method in HkdfPrfParameters.HashType
/external/pytorch/torch/csrc/jit/ir/
Dtype_hashing.h8 struct TORCH_API HashType { struct
/external/tink-java/src/test/java/com/google/crypto/tink/prf/internal/
DHmacPrfProtoSerializationTest.java60 public static final class HashType { class in HmacPrfProtoSerializationTest
64 public HashType( in HashType() method in HmacPrfProtoSerializationTest.HashType
DHkdfPrfProtoSerializationTest.java62 public static final class HashType { class in HkdfPrfProtoSerializationTest
66 public HashType( in HashType() method in HkdfPrfProtoSerializationTest.HashType
/external/tink/java_src/src/test/java/com/google/crypto/tink/prf/
DHmacPrfProtoSerializationTest.java58 public static final class HashType { class in HmacPrfProtoSerializationTest
62 public HashType( in HashType() method in HmacPrfProtoSerializationTest.HashType
DHkdfPrfProtoSerializationTest.java60 public static final class HashType { class in HkdfPrfProtoSerializationTest
64 public HashType( in HashType() method in HkdfPrfProtoSerializationTest.HashType
/external/tink-java/src/main/java/com/google/crypto/tink/streamingaead/
DAesGcmHkdfStreamingParameters.java34 public static final class HashType { class in AesGcmHkdfStreamingParameters
41 private HashType(String name) { in HashType() method in AesGcmHkdfStreamingParameters.HashType
/external/tink/java_src/src/main/java/com/google/crypto/tink/streamingaead/
DAesGcmHkdfStreamingParameters.java33 public static final class HashType { class in AesGcmHkdfStreamingParameters
40 private HashType(String name) { in HashType() method in AesGcmHkdfStreamingParameters.HashType
/external/tink/go/keyderivation/internal/streamingprf/
Dstreaming_prf_test.go30 func limitFromHash(t *testing.T, hash commonpb.HashType) (limit int) {
/external/private-join-and-compute/private_join_and_compute/py/crypto_util/
Dsupported_hashes.py21 class HashType: class
/external/tink/java_src/src/main/java/com/google/crypto/tink/subtle/
DEnums.java22 public enum HashType { enum in Enums
/external/tink-java/src/main/java/com/google/crypto/tink/subtle/
DEnums.java22 public enum HashType { enum in Enums

1234