Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/src/
Dencrypted.c438 uint8_t *cpend; in boot_decrypt_key() local
454 uint8_t *cpend; in boot_decrypt_key() local
475 cpend = cp + *bootutil_enc_key->len; in boot_decrypt_key()
478 rc = bootutil_rsa_parse_private_key(&rsa, &cp, cpend); in boot_decrypt_key()
502 cpend = cp + *bootutil_enc_key->len; in boot_decrypt_key()
508 rc = parse_ec256_enckey(&cp, cpend, private_key); in boot_decrypt_key()
529 cpend = cp + *bootutil_enc_key->len; in boot_decrypt_key()
535 rc = parse_x25519_enckey(&cp, cpend, private_key); in boot_decrypt_key()
/mcuboot-latest/sim/mcuboot-sys/csupport/
Drun.c141 uint8_t *cpend; in rsa_oaep_encrypt_() local
154 cpend = cp + pubkey_len; in rsa_oaep_encrypt_()
156 rc = parse_pubkey(&ctx, &cp, cpend); in rsa_oaep_encrypt_()