| /third_party/node/deps/openssl/openssl/crypto/x509/ |
| H A D | x509_r2x.c | 25 EVP_PKEY *pubkey = NULL; in X509_REQ_to_X509() local
|
| H A D | v3_skid.c | 55 ASN1_OCTET_STRING *ossl_x509_pubkey_hash(X509_PUBKEY *pubkey) in ossl_x509_pubkey_hash() argument
|
| H A D | v3_akid.c | 168 X509_PUBKEY *pubkey = NULL; in v2i_AUTHORITY_KEYID() local
|
| /third_party/openssl/crypto/x509/ |
| H A D | x509_r2x.c | 25 EVP_PKEY *pubkey = NULL; in X509_REQ_to_X509() local
|
| H A D | v3_skid.c | 55 ASN1_OCTET_STRING *ossl_x509_pubkey_hash(X509_PUBKEY *pubkey) in ossl_x509_pubkey_hash() argument
|
| H A D | v3_akid.c | 168 X509_PUBKEY *pubkey = NULL; in v2i_AUTHORITY_KEYID() local
|
| /kernel/linux/linux-5.10/drivers/net/wireguard/ |
| H A D | peerlookup.c | 10 pubkey_bucket(struct pubkey_hashtable *table, const u8 pubkey[NOISE_PUBLIC_KEY_LEN]) pubkey_bucket() argument 54 wg_pubkey_hashtable_lookup(struct pubkey_hashtable *table, const u8 pubkey[NOISE_PUBLIC_KEY_LEN]) wg_pubkey_hashtable_lookup() argument
|
| H A D | cookie.c | 32 precompute_key(u8 key[NOISE_SYMMETRIC_KEY_LEN], const u8 pubkey[NOISE_PUBLIC_KEY_LEN], const u8 label[COOKIE_KEY_LABEL_LEN]) precompute_key() argument
|
| /kernel/linux/linux-6.6/drivers/net/wireguard/ |
| H A D | peerlookup.c | 10 pubkey_bucket(struct pubkey_hashtable *table, const u8 pubkey[NOISE_PUBLIC_KEY_LEN]) pubkey_bucket() argument 54 wg_pubkey_hashtable_lookup(struct pubkey_hashtable *table, const u8 pubkey[NOISE_PUBLIC_KEY_LEN]) wg_pubkey_hashtable_lookup() argument
|
| H A D | cookie.c | 32 precompute_key(u8 key[NOISE_SYMMETRIC_KEY_LEN], const u8 pubkey[NOISE_PUBLIC_KEY_LEN], const u8 label[COOKIE_KEY_LABEL_LEN]) precompute_key() argument
|
| /third_party/node/deps/openssl/openssl/apps/lib/ |
| H A D | engine_loader.c | 119 EVP_PKEY *pkey = NULL, *pubkey = NULL; in engine_load() local
|
| /third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/ |
| H A D | encode_key2blob.c | 92 unsigned char *pubkey = NULL; in key2blob_encode() local
|
| /third_party/node/deps/openssl/openssl/crypto/ec/ |
| H A D | ecx_backend.c | 60 unsigned char *pubkey; in ossl_ecx_key_fromdata() local 164 unsigned char *privkey, *pubkey; ossl_ecx_key_op() local [all...] |
| /third_party/openssl/crypto/ec/ |
| H A D | ecx_backend.c | 60 unsigned char *pubkey; in ossl_ecx_key_fromdata() local 161 unsigned char *privkey, *pubkey; ossl_ecx_key_op() local [all...] |
| /third_party/openssl/apps/lib/ |
| H A D | engine_loader.c | 119 EVP_PKEY *pkey = NULL, *pubkey = NULL; in engine_load() local
|
| /third_party/openssl/providers/implementations/encode_decode/ |
| H A D | encode_key2blob.c | 92 unsigned char *pubkey = NULL; in key2blob_encode() local
|
| /kernel/linux/linux-5.10/drivers/crypto/ |
| H A D | atmel-i2c.c | 104 atmel_i2c_init_ecdh_cmd(struct atmel_i2c_cmd *cmd, struct scatterlist *pubkey) atmel_i2c_init_ecdh_cmd() argument
|
| /third_party/libwebsockets/lib/tls/openssl/ |
| H A D | lws-genec.c | 348 const EC_POINT *pubkey; in lws_genec_new_keypair() local
|
| /third_party/node/deps/openssl/openssl/crypto/cms/ |
| H A D | cms_dh.c | 170 ASN1_BIT_STRING *pubkey; in dh_cms_decrypt() local 198 ASN1_BIT_STRING *pubkey; in dh_cms_encrypt() local 19 dh_cms_set_peerkey(EVP_PKEY_CTX *pctx, X509_ALGOR *alg, ASN1_BIT_STRING *pubkey) dh_cms_set_peerkey() argument [all...] |
| /third_party/node/deps/openssl/openssl/include/crypto/ |
| H A D | ecx.h | 70 unsigned char pubkey[MAX_KEYLEN]; member
|
| /third_party/openssl/crypto/cms/ |
| H A D | cms_dh.c | 170 ASN1_BIT_STRING *pubkey; in dh_cms_decrypt() local 198 ASN1_BIT_STRING *pubkey; in dh_cms_encrypt() local 19 dh_cms_set_peerkey(EVP_PKEY_CTX *pctx, X509_ALGOR *alg, ASN1_BIT_STRING *pubkey) dh_cms_set_peerkey() argument [all...] |
| /third_party/openssl/include/crypto/ |
| H A D | ecx.h | 70 unsigned char pubkey[MAX_KEYLEN]; member
|
| /third_party/openssl/test/ |
| H A D | evp_pkey_dparams_test.c | 30 struct pubkey { struct
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
| H A D | crypto_internal-modexp.c | 16 crypto_dh_init(u8 generator, const u8 *prime, size_t prime_len, u8 *privkey, u8 *pubkey) crypto_dh_init() argument 42 crypto_dh_derive_secret(u8 generator, const u8 *prime, size_t prime_len, const u8 *order, size_t order_len, const u8 *privkey, size_t privkey_len, const u8 *pubkey, size_t pubkey_len, u8 *secret, size_t *len) crypto_dh_derive_secret() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
| H A D | crypto_internal-modexp.c | 16 crypto_dh_init(u8 generator, const u8 *prime, size_t prime_len, u8 *privkey, u8 *pubkey) crypto_dh_init() argument 42 crypto_dh_derive_secret(u8 generator, const u8 *prime, size_t prime_len, const u8 *order, size_t order_len, const u8 *privkey, size_t privkey_len, const u8 *pubkey, size_t pubkey_len, u8 *secret, size_t *len) crypto_dh_derive_secret() argument [all...] |