Home
last modified time | relevance | path

Searched defs:pk (Results 1 – 5 of 5) sorted by relevance

/mcuboot-3.6.0/boot/bootutil/include/bootutil/crypto/
Decdh_p256.h48 …t bootutil_ecdh_p256_shared_secret(bootutil_ecdh_p256_context *ctx, const uint8_t *pk, const uint8… in bootutil_ecdh_p256_shared_secret()
106 …t bootutil_ecdh_p256_shared_secret(bootutil_ecdh_p256_context *ctx, const uint8_t *pk, const uint8… in bootutil_ecdh_p256_shared_secret()
Decdh_x25519.h39 …otutil_ecdh_x25519_shared_secret(bootutil_ecdh_x25519_context *ctx, const uint8_t *pk, const uint8… in bootutil_ecdh_x25519_shared_secret()
Decdsa.h195 uint8_t *pk, size_t pk_len, in bootutil_ecdsa_verify()
245 uint8_t *pk, size_t pk_len, in bootutil_ecdsa_verify()
450 uint8_t *pk, size_t pk_len, in bootutil_ecdsa_verify()
527 uint8_t *pk, size_t pk_len, in bootutil_ecdsa_verify()
546 uint8_t *pk, size_t pk_len, in bootutil_ecdsa_verify()
/mcuboot-3.6.0/ext/mbedtls-asn1/include/mbedtls/
Dpk.h207 static inline mbedtls_rsa_context *mbedtls_pk_rsa( const mbedtls_pk_context pk ) in mbedtls_pk_rsa()
220 static inline mbedtls_ecp_keypair *mbedtls_pk_ec( const mbedtls_pk_context pk ) in mbedtls_pk_ec()
/mcuboot-3.6.0/sim/src/
Dtlv.rs694 let pk = match agreement::EphemeralPrivateKey::generate(alg, &rng) { in make_tlv() localVariable