Home
last modified time | relevance | path

Searched refs:me (Results 1 – 6 of 6) sorted by relevance

/openssl/crypto/bn/
H A Dbn_s390x.c26 struct ica_rsa_modexpo me; in s390x_mod_exp_hw() local
37 me.inputdata = buffer; in s390x_mod_exp_hw()
38 me.inputdatalength = size; in s390x_mod_exp_hw()
39 me.outputdata = buffer + size; in s390x_mod_exp_hw()
40 me.outputdatalength = size; in s390x_mod_exp_hw()
41 me.b_key = buffer + 2 * size; in s390x_mod_exp_hw()
42 me.n_modulus = buffer + 3 * size; in s390x_mod_exp_hw()
43 if (BN_bn2binpad(a, me.inputdata, size) == -1 in s390x_mod_exp_hw()
44 || BN_bn2binpad(p, me.b_key, size) == -1 in s390x_mod_exp_hw()
45 || BN_bn2binpad(m, me.n_modulus, size) == -1) in s390x_mod_exp_hw()
[all …]
/openssl/external/perl/Text-Template-1.56/
H A DINSTALL10 to test the package. If it fails any tests, please send me the output
29 If you have problems, send me mail:
H A DChanges284 have compatibility problems, please mail me immediately.
/openssl/crypto/
H A Ds390xcap.c229 struct ica_rsa_modexpo me; in probe_cex() local
242 me.inputdata = (unsigned char *)inval; in probe_cex()
243 me.inputdatalength = sizeof(inval); in probe_cex()
244 me.outputdata = (unsigned char *)res; in probe_cex()
245 me.outputdatalength = sizeof(res); in probe_cex()
246 me.b_key = (unsigned char *)inval; in probe_cex()
247 me.n_modulus = (unsigned char *)modulus; in probe_cex()
249 if (ioctl(OPENSSL_s390xcex, ICARSAMODEXPO, &me) == -1) { in probe_cex()
/openssl/test/
H A Dsanitytest.c30 enum medchoices { ma, mb, mc, md, me, mf, mg, mh, mi, mj, mk, ml }; in test_sanity_enum_size() enumerator
/openssl/
H A DCHANGES.md16306 to me that the half of 'md_local' used for chaining was the
20277 to do is check that the decrypt undoes the encrypt, so far. Send me test

Completed in 53 milliseconds