Searched defs:other_parameters (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/tink/cc/mac/ |
H A D | hmac_parameters_test.cc | 228 util::StatusOr<HmacParameters> other_parameters = HmacParameters::Create( in TEST_P() local 245 util::StatusOr<HmacParameters> other_parameters = HmacParameters::Create( in TEST() local 262 util::StatusOr<HmacParameters> other_parameters = HmacParameters::Create( in TEST() local 279 util::StatusOr<HmacParameters> other_parameters = HmacParameters::Create( in TEST() local 296 util::StatusOr<HmacParameters> other_parameters = HmacParameters::Create( in TEST() local
|
H A D | aes_cmac_parameters_test.cc | 201 util::StatusOr<AesCmacParameters> other_parameters = in TEST_P() local 218 util::StatusOr<AesCmacParameters> other_parameters = in TEST() local 235 util::StatusOr<AesCmacParameters> other_parameters = in TEST() local 252 util::StatusOr<AesCmacParameters> other_parameters = in TEST() local
|
/aosp_15_r20/external/tink/cc/aead/ |
H A D | aes_gcm_parameters_test.cc | 277 util::StatusOr<AesGcmParameters> other_parameters = in TEST_P() local 302 util::StatusOr<AesGcmParameters> other_parameters = in TEST() local 325 util::StatusOr<AesGcmParameters> other_parameters = in TEST() local 348 util::StatusOr<AesGcmParameters> other_parameters = in TEST() local 371 util::StatusOr<AesGcmParameters> other_parameters = in TEST() local
|
/aosp_15_r20/external/tink/cc/internal/ |
H A D | legacy_proto_parameters_test.cc | 94 LegacyProtoParameters other_parameters(*other_serialization); in TEST_F() local 118 LegacyProtoParameters other_parameters(*other_serialization); in TEST_F() local 141 LegacyProtoParameters other_parameters(*other_serialization); in TEST_F() local 166 LegacyProtoParameters other_parameters(*other_serialization); in TEST_F() local
|
/aosp_15_r20/external/tink/cc/daead/ |
H A D | aes_siv_parameters_test.cc | 144 util::StatusOr<AesSivParameters> other_parameters = in TEST_P() local 159 util::StatusOr<AesSivParameters> other_parameters = AesSivParameters::Create( in TEST() local 172 util::StatusOr<AesSivParameters> other_parameters = AesSivParameters::Create( in TEST() local
|
/aosp_15_r20/external/tink/cc/signature/ |
H A D | ed25519_parameters_test.cc | 100 util::StatusOr<Ed25519Parameters> other_parameters = in TEST_P() local 115 util::StatusOr<Ed25519Parameters> other_parameters = in TEST() local
|
/aosp_15_r20/external/pytorch/torch/testing/_internal/ |
H A D | common_utils.py | 2608 …lf, actual, expected, *, rtol_override=0.0, atol_override=0.0, check_dtype=None, **other_parameters 2659 … def __init__(self, actual, expected, *, rtol_override=0.0, atol_override=0.0, **other_parameters): 2675 … def __init__(self, actual, expected, *, rtol_override=0.0, atol_override=0.0, **other_parameters): 2706 def __init__(self, actual, expected, **other_parameters):
|