Searched refs:pk (Results 1 – 8 of 8) sorted by relevance
| /linux/security/integrity/ |
| H A D | digsig_asymmetric.c | 87 const struct public_key *pk; in asymmetric_verify() local 110 pk = asymmetric_key_public_key(key); in asymmetric_verify() 111 pks.pkey_algo = pk->pkey_algo; in asymmetric_verify() 112 if (!strcmp(pk->pkey_algo, "rsa")) { in asymmetric_verify() 114 } else if (!strncmp(pk->pkey_algo, "ecdsa-", 6)) { in asymmetric_verify() 117 } else if (!strcmp(pk->pkey_algo, "ecrdsa")) { in asymmetric_verify()
|
| /linux/crypto/ |
| H A D | ecc.c | 1561 struct ecc_point *pk; in ecc_make_pub_key() local 1569 pk = ecc_alloc_point(ndigits); in ecc_make_pub_key() 1570 if (!pk) { in ecc_make_pub_key() 1575 ecc_point_mult(pk, &curve->g, private_key, NULL, curve, ndigits); in ecc_make_pub_key() 1578 if (ecc_is_pubkey_valid_full(curve, pk)) { in ecc_make_pub_key() 1583 ecc_swap_digits(pk->x, public_key, ndigits); in ecc_make_pub_key() 1584 ecc_swap_digits(pk->y, &public_key[ndigits], ndigits); in ecc_make_pub_key() 1587 ecc_free_point(pk); in ecc_make_pub_key() 1595 struct ecc_point *pk) in ecc_is_pubkey_valid_partial() argument 1599 if (WARN_ON(pk->ndigits != curve->g.ndigits)) in ecc_is_pubkey_valid_partial() [all …]
|
| /linux/fs/btrfs/ |
| H A D | file-item.c | 993 struct btrfs_key pk; in btrfs_del_csums() local 995 btrfs_item_key_to_cpu(leaf, &pk, slot); in btrfs_del_csums() 996 if (pk.offset < bytenr || in btrfs_del_csums() 997 pk.type != BTRFS_EXTENT_CSUM_KEY || in btrfs_del_csums() 998 pk.objectid != in btrfs_del_csums() 1003 key.offset = pk.offset; in btrfs_del_csums()
|
| /linux/arch/arm64/boot/dts/allwinner/ |
| H A D | sun55i-t527-avaota-a1.dts | 158 vcc-pk-supply = <®_bldo3>; 260 regulator-name = "vcc-cvp-pk-vid1v8";
|
| H A D | sun55i-h728-x96qpro+.dts | 99 vcc-pk-supply = <®_bldo3>;
|
| H A D | sun55i-a527-cubie-a5e.dts | 149 vcc-pk-supply = <®_cldo1>;
|
| /linux/net/bluetooth/ |
| H A D | smp.c | 3475 u8 pk[64]; in test_debug_key() local 3482 err = generate_ecdh_public_key(tfm_ecdh, pk); in test_debug_key() 3486 if (crypto_memneq(pk, debug_pk, 64)) in test_debug_key()
|
| /linux/ |
| H A D | MAINTAINERS | 18008 M: Mark-PK Tsai <mark-pk.tsai@mediatek.com>
|