Home
last modified time | relevance | path

Searched defs:modbits (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/libecc/src/examples/sig/rsa/
H A Drsa.c1136 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 Drsa_tests.h27 u32 modbits; member
61 u32 modbits = t->modbits; in perform_rsa_tests() local