Searched defs:modbits (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/libecc/src/examples/sig/rsa/ |
H A D | rsa.c | 1136 u8 *c, u32 *clen, u32 modbits, in rsaes_pkcs1_v1_5_encrypt() 1203 u8 *m, u32 *mlen, u32 modbits) in _rsaes_pkcs1_v1_5_decrypt() 1282 u8 *m, u32 *mlen, u32 modbits) in rsaes_pkcs1_v1_5_decrypt() 1291 u8 *m, u32 *mlen, u32 modbits) in rsaes_pkcs1_v1_5_decrypt_hardened() 1300 u8 *c, u32 *clen, u32 modbits, const u8 *label, u32 label_len, in rsaes_oaep_encrypt() 1419 u8 *m, u32 *mlen, u32 modbits, in _rsaes_oaep_decrypt() 1554 u8 *m, u32 *mlen, u32 modbits, in rsaes_oaep_decrypt() 1565 u8 *m, u32 *mlen, u32 modbits, in rsaes_oaep_decrypt_hardened() 1578 u8 *s, u16 *slen, u32 modbits, gen_hash_alg_type gen_hash_type) in _rsassa_pkcs1_v1_5_sign() 1627 u8 *s, u16 *slen, u32 modbits, gen_hash_alg_type gen_hash_type) in rsassa_pkcs1_v1_5_sign() [all …]
|
H A D | rsa_tests.h | 27 u32 modbits; member 61 u32 modbits = t->modbits; in perform_rsa_tests() local
|