/aosp_15_r20/external/tink/python/tink/aead/ |
H A D | _aead_key_templates.py | 51 output_prefix_type: tink_pb2.OutputPrefixType = tink_pb2.TINK 67 output_prefix_type: tink_pb2.OutputPrefixType = tink_pb2.TINK 81 output_prefix_type: tink_pb2.OutputPrefixType = tink_pb2.TINK 101 output_prefix_type: tink_pb2.OutputPrefixType = tink_pb2.TINK 221 output_prefix_type: tink_pb2.OutputPrefixType = tink_pb2.TINK 231 output_prefix_type: tink_pb2.OutputPrefixType = tink_pb2.TINK 241 output_prefix_type: tink_pb2.OutputPrefixType = tink_pb2.TINK 255 output_prefix_type: tink_pb2.OutputPrefixType = tink_pb2.TINK
|
/aosp_15_r20/external/tink/cc/streamingaead/ |
H A D | streaming_aead_key_templates_test.cc | 51 TEST(Aes128GcmHkdf4KBTest, OutputPrefixType) { in TEST() argument 91 TEST(Aes256GcmHkdf4KBTest, OutputPrefixType) { in TEST() argument 131 TEST(Aes256GcmHkdf1MBTest, OutputPrefixType) { in TEST() argument 172 TEST(Aes128CtrHmacSha256Segment4KBTest, OutputPrefixType) { in TEST() argument 215 TEST(Aes128CtrHmacSha256Segment1MBTest, OutputPrefixType) { in TEST() argument 258 TEST(Aes256CtrHmacSha256Segment4KBTest, OutputPrefixType) { in TEST() argument 301 TEST(Aes256CtrHmacSha256Segment1MBTest, OutputPrefixType) { in TEST() argument
|
/aosp_15_r20/external/tink/python/tink/jwt/ |
H A D | _jwt_key_templates.py | 28 output_prefix_type: tink_pb2.OutputPrefixType) -> tink_pb2.KeyTemplate: 39 output_prefix_type: tink_pb2.OutputPrefixType) -> tink_pb2.KeyTemplate: 50 output_prefix_type: tink_pb2.OutputPrefixType) -> tink_pb2.KeyTemplate: 63 output_prefix_type: tink_pb2.OutputPrefixType) -> tink_pb2.KeyTemplate:
|
/aosp_15_r20/external/tink/go/jwt/ |
H A D | jwt_key_templates.go | 31 …te(keySize uint32, algorithm jwtmacpb.JwtHmacAlgorithm, outputPrefixType tinkpb.OutputPrefixType) … 48 …teJWTECDSAKeyTemplate(algorithm jepb.JwtEcdsaAlgorithm, outputPrefixType tinkpb.OutputPrefixType) … 64 …sppb.JwtRsaSsaPkcs1Algorithm, modulusSizeInBits uint32, outputPrefixType tinkpb.OutputPrefixType) … 82 …rpsspb.JwtRsaSsaPssAlgorithm, modulusSizeInBits uint32, outputPrefixType tinkpb.OutputPrefixType) …
|
H A D | jwt_signer_verifier_factory_test.go | 92 func createKeysetHandles(privKey *tinkpb.KeyData, outputPrefixType tinkpb.OutputPrefixType) (*keyse… 105 …FromKey(t *testing.T, privKey *jepb.JwtEcdsaPrivateKey, outputPrefixType tinkpb.OutputPrefixType) … 117 func createKeyAndKeyHandles(t *testing.T, kid *string, outputPrefixType tinkpb.OutputPrefixType) (*…
|
H A D | jwt_mac_factory_test.go | 56 func createJWTMAC(keyData *tinkpb.KeyData, prefixType tinkpb.OutputPrefixType) (jwt.MAC, error) {
|
/aosp_15_r20/external/tink/go/testutil/ |
H A D | testutil.go | 288 func NewTestAESGCMKeyset(primaryOutputPrefixType tinkpb.OutputPrefixType) *tinkpb.Keyset { 294 func NewTestAESGCMSIVKeyset(primaryOutputPrefixType tinkpb.OutputPrefixType) *tinkpb.Keyset { 300 func NewTestAESSIVKeyset(primaryOutputPrefixType tinkpb.OutputPrefixType) *tinkpb.Keyset { 315 func NewTestHMACKeyset(tagSize uint32, primaryOutputPrefixType tinkpb.OutputPrefixType) *tinkpb.Key… 332 func NewTestKeyset(keyData *tinkpb.KeyData, primaryOutputPrefixType tinkpb.OutputPrefixType) *tinkp… 343 func NewDummyKey(keyID int, status tinkpb.KeyStatusType, outputPrefixType tinkpb.OutputPrefixType) … 716 …tinkpb.KeyData, status tinkpb.KeyStatusType, keyID uint32, prefixType tinkpb.OutputPrefixType) *ti…
|
/aosp_15_r20/external/tink/go/signature/ |
H A D | signature_key_templates.go | 150 …llipticCurveType, encoding ecdsapb.EcdsaSignatureEncoding, prefixType tinkpb.OutputPrefixType) *ti… 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…
|
H A D | signature_factory_test.go | 132 …pe commonpb.HashType, curve commonpb.EllipticCurveType, outputPrefixType tinkpb.OutputPrefixType, …
|
/aosp_15_r20/external/tink/cc/prf/ |
H A D | prf_key_templates_test.cc | 46 TEST(HkdfSha256HkdfTest, OutputPrefixType) { in TEST() argument 79 TEST(HmacPrfTest, OutputPrefixType) { in TEST() argument 104 TEST(CmacPrfTest, OutputPrefixType) { in TEST() argument
|
/aosp_15_r20/external/tink/cc/aead/ |
H A D | aead_key_templates_test.cc | 127 TEST(Aes128GcmNoPrefix, OutputPrefixType) { in TEST() argument 158 TEST(Aes256GcmNoPrefix, OutputPrefixType) { in TEST() argument 189 TEST(Aes256Gcm, OutputPrefixType) { in TEST() argument 220 TEST(Aes128Gcm, OutputPrefixType) { in TEST() argument
|
/aosp_15_r20/external/tink/testing/cross_language/mac/ |
H A D | hmac_test.py | 39 key: hmac_pb2.HmacKey, output_prefix_type: tink_pb2.OutputPrefixType 271 output_prefix_type: tink_pb2.OutputPrefixType,
|
/aosp_15_r20/external/tink/go/aead/ |
H A D | aead_key_templates.go | 180 func createAESGCMKeyTemplate(keySize uint32, outputPrefixType tinkpb.OutputPrefixType) *tinkpb.KeyT… 197 func createAESGCMSIVKeyTemplate(keySize uint32, outputPrefixType tinkpb.OutputPrefixType) *tinkpb.K…
|
/aosp_15_r20/external/tink/go/proto/tink_go_proto/ |
H A D | tink.pb.go | 107 type OutputPrefixType int32 type 231 …OutputPrefixType OutputPrefixType `protobuf:"varint,3,opt,name=output_prefix_type,json=outputPrefi… member 554 …OutputPrefixType OutputPrefixType `protobuf:"varint,4,opt,name=output_prefix_type,json=outputPrefi… member 630 …OutputPrefixType OutputPrefixType `protobuf:"varint,4,opt,name=output_prefix_type,json=outputPrefi… member
|
/aosp_15_r20/external/tink/python/tink/signature/ |
H A D | _signature_key_templates.py | 46 output_prefix_type: tink_pb2.OutputPrefixType = tink_pb2.TINK 152 output_prefix_type: tink_pb2.OutputPrefixType = tink_pb2.TINK
|
/aosp_15_r20/external/tink/go/core/primitiveset/ |
H A D | primitiveset_test.go | 29 func makeTestKey(keyID int, status tinkpb.KeyStatusType, outputPrefixType tinkpb.OutputPrefixType, …
|
H A D | primitiveset.go | 43 …wEntry(keyID uint32, primitive interface{}, prefix string, prefixType tinkpb.OutputPrefixType, sta…
|
/aosp_15_r20/external/tink/cc/internal/ |
H A D | key_info_test.cc | 53 TEST(KeyInfoFromKeyTest, OutputPrefixType) { in TEST() argument
|
/aosp_15_r20/external/tink/go/hybrid/ |
H A D | hybrid_key_templates.go | 132 …kepb.HpkeKem, kdf hpkepb.HpkeKdf, aead hpkepb.HpkeAead, outputPrefixType tinkpb.OutputPrefixType) …
|
/aosp_15_r20/external/tink/python/tink/hybrid/ |
H A D | _hybrid_key_templates.py | 54 output_prefix_type: tink_pb2.OutputPrefixType) -> tink_pb2.KeyTemplate:
|
/aosp_15_r20/external/tink/testing/cross_language/signature/ |
H A D | rsa_ssa_pkcs1_test.py | 89 output_prefix_type: tink_pb2.OutputPrefixType,
|
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/ |
H A D | KeyTemplate.java | 51 public enum OutputPrefixType { enum in KeyTemplate
|
/aosp_15_r20/external/tink/go/core/registry/ |
H A D | custom_key_manager_test.go | 116 func aesGCM128KeyToKeysetHandle(rawAESKey []byte, keyID uint32, prefixType tinkpb.OutputPrefixType)…
|
/aosp_15_r20/external/tink/python/tink/core/ |
H A D | _primitive_set_test.py | 35 output_prefix_type: tink_pb2.OutputPrefixType = tink_pb2.TINK,
|
/aosp_15_r20/external/tink/cc/proto/ |
H A D | tink.proto | 88 enum OutputPrefixType { enum
|