Home
last modified time | relevance | path

Searched refs:pubkey_len (Results 1 – 2 of 2) sorted by relevance

/mcuboot-latest/sim/mcuboot-sys/csupport/
Drun.c133 int rsa_oaep_encrypt_(const uint8_t *pubkey, unsigned pubkey_len, in rsa_oaep_encrypt_() argument
153 cpend = cp + pubkey_len; in rsa_oaep_encrypt_()
177 (void)pubkey_len; in rsa_oaep_encrypt_()
/mcuboot-latest/sim/mcuboot-sys/src/
Dc.rs186 pub fn rsa_oaep_encrypt_(pubkey: *const u8, pubkey_len: libc::c_uint, in rsa_oaep_encrypt_()