Home
last modified time | relevance | path

Searched defs:mgf (Results 1 – 25 of 113) sorted by relevance

12345

/aosp_15_r20/external/boringssl/src/third_party/wycheproof_testvectors/
H A Drsa_pss_misc_test.json20 "mgf" : "MGF1", string
45 "mgf" : "MGF1", string
70 "mgf" : "MGF1", string
95 "mgf" : "MGF1", string
120 "mgf" : "MGF1", string
145 "mgf" : "MGF1", string
170 "mgf" : "MGF1", string
195 "mgf" : "MGF1", string
220 "mgf" : "MGF1", string
245 "mgf" : "MGF1", string
[all …]
H A Drsa_oaep_misc_test.json19 "mgf" : "MGF1", string
134 "mgf" : "MGF1", string
236 "mgf" : "MGF1", string
338 "mgf" : "MGF1", string
440 "mgf" : "MGF1", string
542 "mgf" : "MGF1", string
644 "mgf" : "MGF1", string
746 "mgf" : "MGF1", string
848 "mgf" : "MGF1", string
950 "mgf" : "MGF1", string
[all …]
H A Drsa_oaep_2048_sha224_mgf1sha1_test.json18 "mgf" : "MGF1", string
H A Drsa_oaep_3072_sha256_mgf1sha1_test.json18 "mgf" : "MGF1", string
H A Drsa_oaep_2048_sha384_mgf1sha1_test.json18 "mgf" : "MGF1", string
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/wycheproof_testvectors/
H A Drsa_pss_misc_test.json20 "mgf" : "MGF1", string
45 "mgf" : "MGF1", string
70 "mgf" : "MGF1", string
95 "mgf" : "MGF1", string
120 "mgf" : "MGF1", string
145 "mgf" : "MGF1", string
170 "mgf" : "MGF1", string
195 "mgf" : "MGF1", string
220 "mgf" : "MGF1", string
245 "mgf" : "MGF1", string
[all …]
H A Drsa_oaep_misc_test.json19 "mgf" : "MGF1", string
134 "mgf" : "MGF1", string
236 "mgf" : "MGF1", string
338 "mgf" : "MGF1", string
440 "mgf" : "MGF1", string
542 "mgf" : "MGF1", string
644 "mgf" : "MGF1", string
746 "mgf" : "MGF1", string
848 "mgf" : "MGF1", string
950 "mgf" : "MGF1", string
[all …]
H A Drsa_oaep_2048_sha256_mgf1sha1_test.json18 "mgf" : "MGF1", string
H A Drsa_oaep_4096_sha512_mgf1sha1_test.json18 "mgf" : "MGF1", string
H A Drsa_oaep_2048_sha512_mgf1sha1_test.json18 "mgf" : "MGF1", string
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/wycheproof-0.4.0/src/data/
H A Drsa_pss_misc_test.json20 "mgf" : "MGF1", string
45 "mgf" : "MGF1", string
70 "mgf" : "MGF1", string
95 "mgf" : "MGF1", string
120 "mgf" : "MGF1", string
145 "mgf" : "MGF1", string
170 "mgf" : "MGF1", string
195 "mgf" : "MGF1", string
220 "mgf" : "MGF1", string
245 "mgf" : "MGF1", string
[all …]
H A Drsa_oaep_misc_test.json19 "mgf" : "MGF1", string
134 "mgf" : "MGF1", string
236 "mgf" : "MGF1", string
338 "mgf" : "MGF1", string
440 "mgf" : "MGF1", string
542 "mgf" : "MGF1", string
644 "mgf" : "MGF1", string
746 "mgf" : "MGF1", string
848 "mgf" : "MGF1", string
950 "mgf" : "MGF1", string
[all …]
H A Drsa_oaep_2048_sha512_mgf1sha1_test.json18 "mgf" : "MGF1", string
H A Drsa_oaep_2048_sha256_mgf1sha1_test.json18 "mgf" : "MGF1", string
H A Drsa_oaep_3072_sha256_mgf1sha1_test.json18 "mgf" : "MGF1", string
/aosp_15_r20/external/scapy/scapy/layers/tls/crypto/
H A Dpkcs1.py119 def _get_padding(padStr, mgf=padding.MGF1, h=hashes.SHA256, label=None): argument
143 def encrypt(self, m, t="pkcs", h="sha256", mgf=None, L=None): argument
150 def verify(self, M, S, t="pkcs", h="sha256", mgf=None, L=None): argument
190 def decrypt(self, C, t="pkcs", h="sha256", mgf=None, L=None): argument
197 def sign(self, M, t="pkcs", h="sha256", mgf=None, L=None): argument
/aosp_15_r20/external/scapy/scapy/layers/tls/
H A Dcert.py297 def encrypt(self, msg, t="pkcs", h="sha256", mgf=None, L=None): argument
301 def verify(self, msg, sig, t="pkcs", h="sha256", mgf=None, L=None): argument
494 def verify(self, msg, sig, t="pkcs", h="sha256", mgf=None, L=None): argument
498 def sign(self, data, t="pkcs", h="sha256", mgf=None, L=None): argument
639 def encrypt(self, msg, t="pkcs", h="sha256", mgf=None, L=None): argument
643 def verify(self, msg, sig, t="pkcs", h="sha256", mgf=None, L=None): argument
/aosp_15_r20/external/wycheproof/keystore-cts/java/com/google/security/wycheproof/testcases/
H A DRsaPssTest.java71 String mgf, in getPssAlgorithmParameters()
112 String mgf = "MGF1"; in testEncodeDecodePublic() local
263 String mgf = getString(group, "mgf"); in getAlgorithmName() local
303 String mgf = getString(group, "mgf"); in getPSSParams() local
H A DRsaOaepTest.java200 String mgf = getString(group, "mgf"); in getOaepAlgorithmName() local
208 String mgf = getString(group, "mgf"); in getOaepParameters() local
/aosp_15_r20/external/wycheproof/keystore-cts/testvectors/
H A Drsa_oaep_misc_test.json19 "mgf" : "MGF1", string
134 "mgf" : "MGF1", string
236 "mgf" : "MGF1", string
338 "mgf" : "MGF1", string
440 "mgf" : "MGF1", string
542 "mgf" : "MGF1", string
644 "mgf" : "MGF1", string
746 "mgf" : "MGF1", string
848 "mgf" : "MGF1", string
950 "mgf" : "MGF1", string
[all …]
H A Drsa_oaep_3072_sha256_mgf1sha1_test.json18 "mgf" : "MGF1", string
H A Drsa_oaep_2048_sha384_mgf1sha1_test.json18 "mgf" : "MGF1", string
H A Drsa_oaep_4096_sha256_mgf1sha1_test.json18 "mgf" : "MGF1", string
H A Drsa_oaep_2048_sha224_mgf1sha1_test.json18 "mgf" : "MGF1", string
/aosp_15_r20/external/cronet/third_party/anonymous_tokens/src/anonymous_tokens/cpp/crypto/
H A Danonymous_tokens_pb_openssl_converters.cc64 const MaskGenFunction mgf) { in ProtoMaskGenFunctionToEVPDigest()

12345