Searched refs:me (Results 1 – 5 of 5) sorted by relevance
/openssl/crypto/bn/ |
H A D | bn_s390x.c | 26 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 D | INSTALL | 10 to test the package. If it fails any tests, please send me the output 29 If you have problems, send me mail:
|
H A D | Changes | 284 have compatibility problems, please mail me immediately.
|
/openssl/test/ |
H A D | sanitytest.c | 30 enum medchoices { ma, mb, mc, md, me, mf, mg, mh, mi, mj, mk, ml }; in test_sanity_enum_size() enumerator
|
/openssl/ |
H A D | CHANGES.md | 16370 to me that the half of 'md_local' used for chaining was the 20341 to do is check that the decrypt undoes the encrypt, so far. Send me test
|
Completed in 56 milliseconds