Searched refs:cpend (Results 1 – 2 of 2) sorted by relevance
438 uint8_t *cpend; in boot_decrypt_key() local454 uint8_t *cpend; in boot_decrypt_key() local475 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()
141 uint8_t *cpend; in rsa_oaep_encrypt_() local154 cpend = cp + pubkey_len; in rsa_oaep_encrypt_()156 rc = parse_pubkey(&ctx, &cp, cpend); in rsa_oaep_encrypt_()