Home
last modified time | relevance | path

Searched defs:skey (Results 1 - 25 of 37) sorted by relevance

12

/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmget/
H A Dhugeshmget02.c23 int *skey; member
/third_party/openssl/demos/cms/
H A Dcms_sign2.c19 EVP_PKEY *skey = NULL, *skey2 = NULL; in main() local
H A Dcms_sign.c19 EVP_PKEY *skey = NULL; in main() local
/third_party/openssl/demos/smime/
H A Dsmsign2.c19 EVP_PKEY *skey = NULL, *skey2 = NULL; in main() local
H A Dsmsign.c19 EVP_PKEY *skey = NULL; in main() local
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/extend/
H A Dext_aead.c100 hi_s32 ext_mbedtls_aead_setkey(hi_void *ctx, const hi_u8 *fkey, const hi_u8 *skey, hi_u32 *hisi_klen) in ext_mbedtls_aead_setkey() argument
H A Dext_symc.c166 hi_s32 ext_mbedtls_symc_setkey(hi_void *ctx, const hi_u8 *fkey, const hi_u8 *skey, hi_u32 *hisi_klen) in ext_mbedtls_symc_setkey() argument
H A Dext_sm4.c477 hi_s32 ext_sm4_setkey(hi_void *ctx, const hi_u8 *fkey, const hi_u8 *skey, hi_u32 *hisi_klen) in ext_sm4_setkey() argument
/third_party/mesa3d/src/panfrost/bifrost/
H A Dnodearray.h137 nodearray_sparse skey = nodearray_encode(key, NODEARRAY_MAX_VALUE); in nodearray_sparse_search() local
/third_party/lwip/src/netif/ppp/
H A Dmppe.c141 char skey[sizeof(state->session_key) * 2 + 1]; in mppe_init() local
/third_party/node/deps/openssl/openssl/crypto/ocsp/
H A Docsp_vfy.c79 EVP_PKEY *skey; in ocsp_verify() local
/third_party/openssl/crypto/ocsp/
H A Docsp_vfy.c79 EVP_PKEY *skey; in ocsp_verify() local
/foundation/distributeddatamgr/kv_store/test/fuzztest/devicekvstore_fuzzer/
H A Ddevicekvstore_fuzzer.cpp308 std::string skey = "test_"; in GetCountFuzz2() local
321 std::string skey = "test_"; SyncFuzz1() local
337 std::string skey = "test_"; SyncFuzz2() local
400 std::string skey = "test_"; GetSecurityLevelFuzz() local
419 std::string skey = "test_"; SyncParamFuzz() local
443 std::string skey = "test_"; SetCapabilityEnabledFuzz() local
[all...]
/foundation/distributeddatamgr/kv_store/test/fuzztest/singlekvstore_fuzzer/
H A Dsinglekvstore_fuzzer.cpp327 std::string skey = "test_"; in GetCountFuzz2() local
368 std::string skey = "test_"; GetSecurityLevelFuzz() local
382 std::string skey = "test_"; SyncFuzz1() local
398 std::string skey = "test_"; SyncFuzz2() local
420 std::string skey = "test_"; SyncParamFuzz() local
444 std::string skey = "test_"; SetCapabilityEnabledFuzz() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
H A Dsingle_kvstore_client_test.cpp165 Key skey = {"single_001"}; in HWTEST_F() local
344 Key skey = {"single_001"}; in HWTEST_F() local
365 Key skey = {"single_001"}; HWTEST_F() local
[all...]
H A Ddevice_kvstore_test.cpp182 Key skey = {"single_001"}; in HWTEST_F() local
456 Key skey = {"single_001"}; in HWTEST_F() local
477 Key skey in HWTEST_F() local
[all...]
/third_party/backends/backend/
H A Dhs2p-scsi.c433 struct sense_key *skey; in sense_handler() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_libtomcrypt.c42 symmetric_key skey; in des_encrypt() local
88 symmetric_key *skey; in aes_encrypt_init() local
102 symmetric_key *skey = ctx; aes_encrypt() local
109 symmetric_key *skey = ctx; aes_encrypt_deinit() local
117 symmetric_key *skey; aes_decrypt_init() local
131 symmetric_key *skey = ctx; aes_decrypt() local
138 symmetric_key *skey = ctx; aes_decrypt_deinit() local
[all...]
H A Dtls_openssl_ocsp.c508 EVP_PKEY *skey; in check_ocsp_resp() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_libtomcrypt.c42 symmetric_key skey; in des_encrypt() local
88 symmetric_key *skey; in aes_encrypt_init() local
102 symmetric_key *skey = ctx; aes_encrypt() local
109 symmetric_key *skey = ctx; aes_encrypt_deinit() local
117 symmetric_key *skey; aes_decrypt_init() local
131 symmetric_key *skey = ctx; aes_decrypt() local
138 symmetric_key *skey = ctx; aes_decrypt_deinit() local
[all...]
H A Dtls_openssl_ocsp.c508 EVP_PKEY *skey; in check_ocsp_resp() local
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/crypto/
H A Dcryp_symc.c1227 static hi_s32 cryp_aes_setkey(hi_void *ctx, const hi_u8 *fkey, const hi_u8 *skey, hi_u32 *hisi_klen) in cryp_aes_setkey() argument
1315 static hi_s32 cryp_tdes_setkey(hi_void *ctx, const hi_u8 *fkey, const hi_u8 *skey, hi_u32 *hisi_klen) in cryp_tdes_setkey() argument
1379 static hi_s32 cryp_des_setkey(hi_void *ctx, const hi_u8 *fkey, const hi_u8 *skey, hi_u32 *hisi_klen) in cryp_des_setkey() argument
1405 static hi_s32 cryp_3des2dma_setkey(hi_void *ctx, const hi_u8 *fkey, const hi_u8 *skey, hi_u32 *hisi_klen) in cryp_3des2dma_setkey() argument
1425 static hi_s32 cryp_sm1_setkey(hi_void *ctx, const hi_u8 *fkey, const hi_u8 *skey, hi_u3 argument
1459 cryp_sm4_setkey(hi_void *ctx, const hi_u8 *fkey, const hi_u8 *skey, hi_u32 *hisi_klen) cryp_sm4_setkey() argument
[all...]
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dextensions_srvr.c1628 EVP_PKEY *ckey = s->s3.peer_tmp, *skey = NULL; in tls_construct_stoc_key_share() local
H A Dextensions_clnt.c1783 EVP_PKEY *ckey = s->s3.tmp.pkey, *skey = NULL; in tls_parse_stoc_key_share() local
[all...]
/third_party/openssl/ssl/statem/
H A Dextensions_srvr.c1595 EVP_PKEY *ckey = s->s3.peer_tmp, *skey = NULL; in tls_construct_stoc_key_share() local

Completed in 28 milliseconds

12