/foundation/filemanagement/storage_service/services/storage_daemon/include/libfscrypt/ |
H A D | key_control.h | 63 char pubkey[EXT4_MAX_KEY_SIZE]; member
|
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | atmel-i2c.h | 184 struct scatterlist *pubkey);
|
/third_party/node/deps/openssl/openssl/crypto/store/ |
H A D | store_local.h | 37 EVP_PKEY *pubkey; /* when type == OSSL_STORE_INFO_PUBKEY */ member
|
H A D | store_lib.c | 701 return info->_.pubkey; in OSSL_STORE_INFO_get0_PUBKEY() 708 EVP_PKEY_up_ref(info->_.pubkey); in OSSL_STORE_INFO_get1_PUBKEY() 709 return info->_.pubkey; in OSSL_STORE_INFO_get1_PUBKEY() 781 EVP_PKEY_free(info->_.pubkey); in OSSL_STORE_INFO_free()
|
/third_party/openssl/crypto/store/ |
H A D | store_local.h | 37 EVP_PKEY *pubkey; /* when type == OSSL_STORE_INFO_PUBKEY */ member
|
H A D | store_lib.c | 701 return info->_.pubkey; in OSSL_STORE_INFO_get0_PUBKEY() 708 EVP_PKEY_up_ref(info->_.pubkey); in OSSL_STORE_INFO_get1_PUBKEY() 709 return info->_.pubkey; in OSSL_STORE_INFO_get1_PUBKEY() 781 EVP_PKEY_free(info->_.pubkey); in OSSL_STORE_INFO_free()
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ec_pmeth.c | 172 const EC_POINT *pubkey = NULL; in pkey_ec_derive() local 199 pubkey = EC_KEY_get0_public_key(eckeypub); in pkey_ec_derive() 208 ret = ECDH_compute_key(key, outlen, pubkey, eckey, 0); in pkey_ec_derive()
|
H A D | ec_ameth.c | 100 static int eckey_pub_decode(EVP_PKEY *pkey, const X509_PUBKEY *pubkey) in eckey_pub_decode() argument 109 if (!ossl_x509_PUBKEY_get0_libctx(&libctx, &propq, pubkey) in eckey_pub_decode() 110 || !X509_PUBKEY_get0_param(NULL, &p, &pklen, &palg, pubkey)) in eckey_pub_decode()
|
/third_party/openssl/test/ |
H A D | cmp_client_test.c | 257 static int test_exec_KUR_ses(int transfer_error, int pubkey, int raverified) in test_exec_KUR_ses() argument 265 if (pubkey) { in test_exec_KUR_ses() 272 if (pubkey || raverified) in test_exec_KUR_ses()
|
H A D | cmp_protect_test.c | 24 EVP_PKEY *pubkey; member 136 fixture->pubkey, in execute_calc_protection_signature_test() 160 fixture->pubkey = loadedpubkey; in test_cmp_calc_protection_pkey()
|
/third_party/openssl/crypto/ec/ |
H A D | ec_ameth.c | 100 static int eckey_pub_decode(EVP_PKEY *pkey, const X509_PUBKEY *pubkey) in eckey_pub_decode() argument 109 if (!ossl_x509_PUBKEY_get0_libctx(&libctx, &propq, pubkey) in eckey_pub_decode() 110 || !X509_PUBKEY_get0_param(NULL, &p, &pklen, &palg, pubkey)) in eckey_pub_decode()
|
H A D | ec_pmeth.c | 172 const EC_POINT *pubkey = NULL; in pkey_ec_derive() local 199 pubkey = EC_KEY_get0_public_key(eckeypub); in pkey_ec_derive() 208 ret = ECDH_compute_key(key, outlen, pubkey, eckey, 0); in pkey_ec_derive()
|
/third_party/curl/lib/vssh/ |
H A D | libssh.c | 334 ssh_key pubkey; in myssh_is_known() local 352 rc = ssh_get_server_publickey(sshc->ssh_session, &pubkey); in myssh_is_known() 354 rc = ssh_get_publickey(sshc->ssh_session, &pubkey); in myssh_is_known() 364 rc = ssh_get_publickey_hash(pubkey, SSH_PUBLICKEY_HASH_MD5, in myssh_is_known() 469 rc = ssh_pki_export_pubkey_base64(pubkey, &found_base64); in myssh_is_known() 476 switch(ssh_key_type(pubkey)) { in myssh_is_known() 545 ssh_key_free(pubkey); in myssh_is_known() 783 if(sshc->pubkey && !data->set.ssl.key_passwd) { in myssh_statemach_act() 785 sshc->pubkey); in myssh_statemach_act() 1993 if(sshc->pubkey) in myssh_statemach_act() [all...] |
H A D | ssh.h | 165 ssh_key pubkey; member
|
/kernel/linux/linux-5.10/drivers/net/wireguard/ |
H A D | cookie.c | 33 const u8 pubkey[NOISE_PUBLIC_KEY_LEN], in precompute_key() 40 blake2s_update(&blake, pubkey, NOISE_PUBLIC_KEY_LEN); in precompute_key() 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 | cookie.c | 33 const u8 pubkey[NOISE_PUBLIC_KEY_LEN], in precompute_key() 40 blake2s_update(&blake, pubkey, NOISE_PUBLIC_KEY_LEN); in precompute_key() 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/include/crypto/ |
H A D | x509.h | 67 X509_PUBKEY *pubkey; /* public key of request */ member 334 ASN1_OCTET_STRING *ossl_x509_pubkey_hash(X509_PUBKEY *pubkey);
|
H A D | ecx.h | 70 unsigned char pubkey[MAX_KEYLEN]; member
|
/third_party/openssl/include/crypto/ |
H A D | x509.h | 67 X509_PUBKEY *pubkey; /* public key of request */ member 334 ASN1_OCTET_STRING *ossl_x509_pubkey_hash(X509_PUBKEY *pubkey);
|
H A D | ecx.h | 70 unsigned char pubkey[MAX_KEYLEN]; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto.h | 421 u8 *pubkey); 425 const u8 *pubkey, size_t pubkey_len,
|
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/hpre/ |
H A D | hpre_crypto.c | 64 char *pubkey; member 811 if (unlikely(!ctx->rsa.pubkey)) in hpre_rsa_enc() 909 ctx->rsa.pubkey = dma_alloc_coherent(ctx->dev, vlen << 1, in hpre_rsa_set_n() 912 if (!ctx->rsa.pubkey) in hpre_rsa_set_n() 921 ctx->rsa.pubkey, in hpre_rsa_set_n() 923 ctx->rsa.pubkey = NULL; in hpre_rsa_set_n() 928 memcpy(ctx->rsa.pubkey + vlen, ptr, vlen); in hpre_rsa_set_n() 944 memcpy(ctx->rsa.pubkey + ctx->key_sz - vlen, ptr, vlen); in hpre_rsa_set_e() 1045 if (ctx->rsa.pubkey) { in hpre_rsa_clear_ctx() 1047 ctx->rsa.pubkey, ct in hpre_rsa_clear_ctx() [all...] |
/third_party/node/deps/openssl/openssl/apps/ |
H A D | x509.c | 120 {"pubkey", OPT_PUBKEY, '-', "Print the public key in PEM format"}, 261 EVP_PKEY *privkey = NULL, *CAkey = NULL, *pubkey = NULL; in x509_main() local 635 if ((pubkey = load_pubkey(pubkeyfile, keyformat, 0, NULL, e, in x509_main() 761 if ((pubkey != NULL || privkey != NULL || req != NULL) in x509_main() 762 && !X509_set_pubkey(x, pubkey != NULL ? pubkey : in x509_main() 1076 EVP_PKEY_free(pubkey); in x509_main()
|
/third_party/openssl/apps/ |
H A D | x509.c | 120 {"pubkey", OPT_PUBKEY, '-', "Print the public key in PEM format"}, 261 EVP_PKEY *privkey = NULL, *CAkey = NULL, *pubkey = NULL; in x509_main() local 635 if ((pubkey = load_pubkey(pubkeyfile, keyformat, 0, NULL, e, in x509_main() 761 if ((pubkey != NULL || privkey != NULL || req != NULL) in x509_main() 762 && !X509_set_pubkey(x, pubkey != NULL ? pubkey : in x509_main() 1076 EVP_PKEY_free(pubkey); in x509_main()
|
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | atmel-i2c.h | 183 struct scatterlist *pubkey);
|