pub_key           355 crypto/asymmetric_keys/asym_tpm.c static uint32_t derive_pub_key(const void *pub_key, uint32_t len, uint8_t *buf)
pub_key           367 crypto/asymmetric_keys/asym_tpm.c 	memcpy(cur + 1, pub_key, len);
pub_key           428 crypto/asymmetric_keys/asym_tpm.c 	der_pub_key_len = derive_pub_key(tk->pub_key, tk->pub_key_len,
pub_key           482 crypto/asymmetric_keys/asym_tpm.c 	der_pub_key_len = derive_pub_key(tk->pub_key, tk->pub_key_len,
pub_key           778 crypto/asymmetric_keys/asym_tpm.c 	der_pub_key_len = derive_pub_key(tk->pub_key, tk->pub_key_len,
pub_key           834 crypto/asymmetric_keys/asym_tpm.c 	const void *pub_key;
pub_key           905 crypto/asymmetric_keys/asym_tpm.c 	pub_key = cur + 4;
pub_key           908 crypto/asymmetric_keys/asym_tpm.c 	tk->pub_key = pub_key;
pub_key            42 crypto/ecrdsa.c 	struct ecc_point pub_key;
pub_key            94 crypto/ecrdsa.c 	    !ctx->pub_key.x ||
pub_key            97 crypto/ecrdsa.c 	    ctx->pub_key.ndigits != ctx->curve->g.ndigits ||
pub_key           137 crypto/ecrdsa.c 	ecc_point_mult_shamir(&cc, z1, &ctx->curve->g, z2, &ctx->pub_key,
pub_key           240 crypto/ecrdsa.c 	ctx->pub_key = ECC_POINT_INIT(ctx->_pubp[0], ctx->_pubp[1], ndigits);
pub_key           241 crypto/ecrdsa.c 	vli_from_le64(ctx->pub_key.x, ctx->key, ndigits);
pub_key           242 crypto/ecrdsa.c 	vli_from_le64(ctx->pub_key.y, ctx->key + ndigits * sizeof(u64),
pub_key           245 crypto/ecrdsa.c 	if (ecc_is_pubkey_valid_partial(ctx->curve, &ctx->pub_key))
pub_key           259 crypto/ecrdsa.c 	return ctx->pub_key.ndigits * sizeof(u64);
pub_key            11 include/crypto/asym_tpm_subtype.h 	const void *pub_key; /* pointer inside blob to the public key bytes */