/external/tink/python/tink/signature/ |
D | _signature_key_templates.py | 43 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.py | 42 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/ |
D | testutil.go | 353 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/ |
D | streamingaead_key_templates.go | 120 func newAESGCMHKDFKeyTemplate(mainKeySize uint32, hkdfHashType commonpb.HashType, derivedKeySize, c… 141 …RHMACKeyTemplate(mainKeySize uint32, hkdfHashType commonpb.HashType, derivedKeySize uint32, tagAlg…
|
/external/tink/go/signature/ |
D | rsa.go | 31 func validateRSAPubKeyParams(h commonpb.HashType, modSizeBits int, pubExponent []byte) error { 45 func hashName(h commonpb.HashType) string {
|
D | signature_key_templates.go | 150 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.py | 49 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.py | 32 hash_type: common_pb2.HashType) -> tink_pb2.KeyTemplate: 73 hash_type: common_pb2.HashType) -> tink_pb2.KeyTemplate:
|
/external/tink/go/prf/ |
D | prf_key_templates.go | 62 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.py | 34 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/ |
D | HmacPrfParameters.java | 32 public static final class HashType { class in HmacPrfParameters 41 private HashType(String name) { in HashType() method in HmacPrfParameters.HashType
|
D | HkdfPrfParameters.java | 33 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/ |
D | HmacPrfParameters.java | 39 public static final class HashType { class in HmacPrfParameters 48 private HashType(String name) { in HashType() method in HmacPrfParameters.HashType
|
D | HkdfPrfParameters.java | 40 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/ |
D | type_hashing.h | 8 struct TORCH_API HashType { struct
|
/external/tink-java/src/test/java/com/google/crypto/tink/prf/internal/ |
D | HmacPrfProtoSerializationTest.java | 60 public static final class HashType { class in HmacPrfProtoSerializationTest 64 public HashType( in HashType() method in HmacPrfProtoSerializationTest.HashType
|
D | HkdfPrfProtoSerializationTest.java | 62 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/ |
D | HmacPrfProtoSerializationTest.java | 58 public static final class HashType { class in HmacPrfProtoSerializationTest 62 public HashType( in HashType() method in HmacPrfProtoSerializationTest.HashType
|
D | HkdfPrfProtoSerializationTest.java | 60 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/ |
D | AesGcmHkdfStreamingParameters.java | 34 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/ |
D | AesGcmHkdfStreamingParameters.java | 33 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/ |
D | streaming_prf_test.go | 30 func limitFromHash(t *testing.T, hash commonpb.HashType) (limit int) {
|
/external/private-join-and-compute/private_join_and_compute/py/crypto_util/ |
D | supported_hashes.py | 21 class HashType: class
|
/external/tink/java_src/src/main/java/com/google/crypto/tink/subtle/ |
D | Enums.java | 22 public enum HashType { enum in Enums
|
/external/tink-java/src/main/java/com/google/crypto/tink/subtle/ |
D | Enums.java | 22 public enum HashType { enum in Enums
|