/freebsd/crypto/libecc/src/examples/sig/kcdsa/ |
H A D | kcdsa.c | 65 int kcdsa_import_pub_key(kcdsa_pub_key *pub, const u8 *p, u16 plen, in kcdsa_import_pub_key() 79 int kcdsa_compute_pub_from_priv(kcdsa_pub_key *pub, const kcdsa_priv_key *priv) in kcdsa_compute_pub_from_priv() 141 kcdsa_pub_key pub; in kcdsa_sign() local 345 int kcdsa_verify(const kcdsa_pub_key *pub, const u8 *msg, u32 msglen, in kcdsa_verify() 723 kcdsa_pub_key pub; in main() local
|
/freebsd/crypto/libecc/src/examples/sig/rsa/ |
H A D | rsa.c | 81 int rsa_import_pub_key(rsa_pub_key *pub, const u8 *n, in rsa_import_pub_key() 214 int rsaep(const rsa_pub_key *pub, nn_src_t m, nn_t c) in rsaep() 520 int rsadp_hardened(const rsa_priv_key *priv, const rsa_pub_key *pub, nn_src_t c, nn_t m) in rsadp_hardened() 587 int rsasp1_hardened(const rsa_priv_key *priv, const rsa_pub_key *pub, nn_src_t m, nn_t s) in rsasp1_hardened() 598 int rsavp1(const rsa_pub_key *pub, nn_src_t s, nn_t m) in rsavp1() 1135 int rsaes_pkcs1_v1_5_encrypt(const rsa_pub_key *pub, const u8 *m, u32 mlen, in rsaes_pkcs1_v1_5_encrypt() 1202 …T static int _rsaes_pkcs1_v1_5_decrypt(const rsa_priv_key *priv, const rsa_pub_key *pub, const u8 … in _rsaes_pkcs1_v1_5_decrypt() 1290 int rsaes_pkcs1_v1_5_decrypt_hardened(const rsa_priv_key *priv, const rsa_pub_key *pub, const u8 *c… in rsaes_pkcs1_v1_5_decrypt_hardened() 1299 int rsaes_oaep_encrypt(const rsa_pub_key *pub, const u8 *m, u32 mlen, in rsaes_oaep_encrypt() 1418 …SED_RET static int _rsaes_oaep_decrypt(const rsa_priv_key *priv, const rsa_pub_key *pub, const u8 … in _rsaes_oaep_decrypt() [all …]
|
/freebsd/crypto/libecc/src/examples/sig/sdsa/ |
H A D | sdsa.c | 67 int sdsa_import_pub_key(sdsa_pub_key *pub, const u8 *p, u16 plen, in sdsa_import_pub_key() 81 int sdsa_compute_pub_from_priv(sdsa_pub_key *pub, const sdsa_priv_key *priv) in sdsa_compute_pub_from_priv() 252 int sdsa_verify(const sdsa_pub_key *pub, const u8 *msg, u32 msglen, in sdsa_verify() 430 sdsa_pub_key pub; in main() local
|
/freebsd/crypto/libecc/src/examples/sig/gostr34_10_94/ |
H A D | gostr34_10_94.c | 65 int gostr34_10_94_import_pub_key(gostr34_10_94_pub_key *pub, const u8 *p, u16 plen, in gostr34_10_94_import_pub_key() 79 int gostr34_10_94_compute_pub_from_priv(gostr34_10_94_pub_key *pub, const gostr34_10_94_priv_key *p… in gostr34_10_94_compute_pub_from_priv() 250 int gostr34_10_94_verify(const gostr34_10_94_pub_key *pub, const u8 *msg, u32 msglen, in gostr34_10_94_verify() 473 gostr34_10_94_pub_key pub; in main() local
|
/freebsd/crypto/libecc/src/examples/sig/dsa/ |
H A D | dsa.c | 89 int dsa_import_pub_key(dsa_pub_key *pub, const u8 *p, u16 plen, in dsa_import_pub_key() 130 int dsa_compute_pub_from_priv(dsa_pub_key *pub, const dsa_priv_key *priv) in dsa_compute_pub_from_priv() 352 int dsa_verify(const dsa_pub_key *pub, const u8 *msg, u32 msglen, in dsa_verify() 518 dsa_pub_key pub; in main() local
|
/freebsd/crypto/libecc/src/utils/ |
H A D | print_keys.c | 31 void pub_key_print(const char *msg, const ec_pub_key *pub) in pub_key_print()
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | ameth_lib.c | 282 void EVP_PKEY_asn1_set_public(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_public() 284 const X509_PUBKEY *pub), in EVP_PKEY_asn1_set_public() 417 const unsigned char *pub, in EVP_PKEY_asn1_set_set_pub_key() 433 unsigned char *pub, in EVP_PKEY_asn1_set_get_pub_key()
|
/freebsd/sys/geom/uzip/ |
H A D | g_uzip_zlib.c | 42 struct g_uzip_dapi pub; member
|
H A D | g_uzip_lzma.c | 41 struct g_uzip_dapi pub; member
|
/freebsd/contrib/wpa/hostapd/ |
H A D | sae_pk_gen.c | 22 struct wpabuf *pub = NULL; in main() local
|
/freebsd/crypto/openssl/test/ |
H A D | evp_libctx_test.c | 496 static int rsa_keygen(int bits, EVP_PKEY **pub, EVP_PKEY **priv) in rsa_keygen() 525 EVP_PKEY *pub = NULL; in kem_rsa_gen_recover() local 591 EVP_PKEY *pub = NULL; in kem_rsa_params() local
|
H A D | dsatest.c | 332 BIGNUM *p = NULL, *q = NULL, *g = NULL, *priv = NULL, *pub = NULL, *priv2 = NULL; in test_dsa_sig_infinite_loop() local 419 BIGNUM *p = NULL, *q = NULL, *g = NULL, *priv = NULL, *pub = NULL; test_dsa_sig_neg_param() local [all...] |
H A D | acvp_test.c | 151 const unsigned char *pub, size_t pub_len, in ecdsa_create_pkey() 374 unsigned char *priv = NULL, *pub = NULL; in dsa_keygen_test() local 455 const unsigned char *pub, size_t pub_len, in dsa_create_pkey() 895 const unsigned char *pub, size_t pub_len, in dh_create_pkey() 948 unsigned char *pub = NULL; in dh_safe_prime_keygen_test() local
|
H A D | evp_pkey_provided_test.c | 508 BIGNUM *pub = NULL, *priv = NULL; test_fromdata_dh_named_group() local 719 BIGNUM *pub = NULL, *priv = NULL; test_fromdata_dh_fips186_4() local 1431 BIGNUM *pub = NULL, *priv = NULL; test_fromdata_dsa_fips186_4() local [all...] |
H A D | ffc_internal_test.c | 445 BIGNUM *pub = NULL; in ffc_public_validate_test() local
|
/freebsd/tests/sys/netinet/libalias/ |
H A D | util.c | 43 struct in_addr pub = { htonl(0x0102dead) }; variable
|
/freebsd/crypto/openssh/ |
H A D | authfile.c | 303 struct sshkey *pub = NULL; in sshkey_load_cert() local 385 struct sshkey *pub = NULL; in sshkey_in_file() local
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | crypto_internal-modexp.c | 48 struct bignum *pub; in crypto_dh_derive_secret() local
|
/freebsd/crypto/openssl/apps/ |
H A D | testdsa.h | 191 unsigned char *pub; member
|
/freebsd/crypto/openssl/crypto/dh/ |
H A D | dh_backend.c | 112 const BIGNUM *priv = NULL, *pub = NULL; in ossl_dh_key_todata() local
|
/freebsd/contrib/libfido2/src/ |
H A D | eddsa.c | 30 EVP_PKEY_get_raw_public_key(const EVP_PKEY *pkey, unsigned char *pub, in EVP_PKEY_get_raw_public_key()
|
/freebsd/crypto/openssl/providers/implementations/signature/ |
H A D | eddsa_sig.c | 429 unsigned char pub[32]; in s390x_ed25519_digestverify() member 451 unsigned char pub[64]; in s390x_ed448_digestverify() member
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | crypto-pk.c | 145 krb5_data pub; in encode_otherinfo() local
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ecx_meth.c | 280 static int ecx_set_pub_key(EVP_PKEY *pkey, const unsigned char *pub, size_t len) in ecx_set_pub_key() 319 static int ecx_get_pub_key(const EVP_PKEY *pkey, unsigned char *pub, in ecx_get_pub_key() 1285 unsigned char pub[32]; in s390x_pkey_ecd_digestverify25519() member 1317 unsigned char pub[64]; in s390x_pkey_ecd_digestverify448() member
|
/freebsd/contrib/wpa/src/ap/ |
H A D | ieee802_11.c | 1820 struct wpabuf *data, int pub)) in handle_auth_fils() 1841 struct wpabuf *pub; in handle_auth_fils() local 2040 int pub = 0; in handle_auth_fils() local 2071 struct wpabuf *pub = NULL; in prepare_auth_resp_fils() local 2268 struct wpabuf *data, int pub) in handle_auth_fils_finish() 2307 int pub = 0; in ieee802_11_finish_fils_auth() local 3613 struct wpabuf *secret, *pub, *hkey; in owe_process_assoc_req() local 3854 struct wpabuf *pub; in owe_process_rsn_ie() local 5035 struct wpabuf *pub; in send_assoc_resp() local 5208 struct wpabuf *pub; in owe_assoc_req_process() local
|