Home
last modified time | relevance | path

Searched defs:key (Results 26 – 50 of 89) sorted by relevance

1234

/openthread-latest/third_party/mbedtls/repo/programs/psa/
Dhmac_demo.c102 psa_key_id_t key = 0; in hmac_demo() local
Dkey_ladder_demo.c155 static psa_status_t save_key(psa_key_id_t key, in save_key()
188 psa_key_id_t key = 0; in generate() local
263 psa_key_id_t *key) in derive_key_ladder()
/openthread-latest/third_party/mbedtls/repo/programs/pkey/
Dgen_key.c122 static int write_private_key(mbedtls_pk_context *key, const char *output_file) in write_private_key()
229 mbedtls_pk_context key; in main() local
Decdsa.c58 static void dump_pubkey(const char *title, mbedtls_ecdsa_context *key) in dump_pubkey()
/openthread-latest/third_party/mbedtls/repo/library/
Dpk_ecc.c48 int mbedtls_pk_ecc_set_key(mbedtls_pk_context *pk, unsigned char *key, size_t key_len) in mbedtls_pk_ecc_set_key()
Dcamellia.c292 const unsigned char *key, in mbedtls_camellia_setkey_enc()
404 const unsigned char *key, in mbedtls_camellia_setkey_dec()
865 unsigned char key[32]; in mbedtls_camellia_self_test() local
Dctr_drbg.c37 unsigned char *key, size_t key_len) in ctr_drbg_setup_psa_context()
167 unsigned char key[MBEDTLS_CTR_DRBG_KEYSIZE]; in block_cipher_df() local
542 unsigned char key[MBEDTLS_CTR_DRBG_KEYSIZE]; in mbedtls_ctr_drbg_seed() local
Dpsa_crypto_storage.h290 } key; member
Dpkcs5.c140 unsigned char key[32], iv[32]; in mbedtls_pkcs5_pbes2_ext() local
463 unsigned char key[64]; in mbedtls_pkcs5_self_test() local
Dpkcs12.c78 unsigned char *key, size_t keylen, in pkcs12_pbe_derive_key_iv()
158 unsigned char key[32]; in mbedtls_pkcs12_pbe_ext() local
Daes.c576 int mbedtls_aes_setkey_enc(mbedtls_aes_context *ctx, const unsigned char *key, in mbedtls_aes_setkey_enc()
687 int mbedtls_aes_setkey_dec(mbedtls_aes_context *ctx, const unsigned char *key, in mbedtls_aes_setkey_dec()
758 static int mbedtls_aes_xts_decode_keys(const unsigned char *key, in mbedtls_aes_xts_decode_keys()
783 const unsigned char *key, in mbedtls_aes_xts_setkey_enc()
807 const unsigned char *key, in mbedtls_aes_xts_setkey_dec()
1821 unsigned char key[32]; in mbedtls_aes_self_test() local
Dpk_wrap.h100 void *key; member
Decp.c534 void mbedtls_ecp_keypair_init(mbedtls_ecp_keypair *key) in mbedtls_ecp_keypair_init()
603 void mbedtls_ecp_keypair_free(mbedtls_ecp_keypair *key) in mbedtls_ecp_keypair_free()
3189 int mbedtls_ecp_gen_key(mbedtls_ecp_group_id grp_id, mbedtls_ecp_keypair *key, in mbedtls_ecp_gen_key()
3202 mbedtls_ecp_keypair *key, in mbedtls_ecp_set_public_key()
3225 int mbedtls_ecp_read_key(mbedtls_ecp_group_id grp_id, mbedtls_ecp_keypair *key, in mbedtls_ecp_read_key()
3306 int mbedtls_ecp_write_key(mbedtls_ecp_keypair *key, in mbedtls_ecp_write_key()
3338 int mbedtls_ecp_write_key_ext(const mbedtls_ecp_keypair *key, in mbedtls_ecp_write_key_ext()
3373 int mbedtls_ecp_write_public_key(const mbedtls_ecp_keypair *key, in mbedtls_ecp_write_public_key()
3424 int mbedtls_ecp_keypair_calc_public(mbedtls_ecp_keypair *key, in mbedtls_ecp_keypair_calc_public()
3434 const mbedtls_ecp_keypair *key) in mbedtls_ecp_keypair_get_group_id()
[all …]
Dpsa_crypto_core.h116 } key; member
Dlms.c236 const unsigned char *key, size_t key_size) in mbedtls_lms_import_public_key()
270 unsigned char *key, in mbedtls_lms_export_public_key()
Dmd.c969 int mbedtls_md_hmac_starts(mbedtls_md_context_t *ctx, const unsigned char *key, size_t keylen) in mbedtls_md_hmac_starts()
1073 const unsigned char *key, size_t keylen, in mbedtls_md_hmac()
Dlmots.c394 const unsigned char *key, size_t key_len) in mbedtls_lmots_import_public_key()
425 unsigned char *key, size_t key_size, in mbedtls_lmots_export_public_key()
/openthread-latest/tests/scripts/thread-cert/pktverify/
Dnull_field.py61 def __setattr__(self, key, value): argument
/openthread-latest/third_party/mbedtls/repo/programs/aes/
Dcrypt_and_hash.c69 unsigned char key[512]; in main() local
/openthread-latest/src/core/thread/
Dkey_manager.cpp357 Mac::Key key; in UpdateKeyMaterial() local
418 Mac::Key key; in GetTemporaryTrelMacKey() local
/openthread-latest/src/posix/platform/
Dconfig_file.cpp78 char *key; in Get() local
/openthread-latest/src/cli/
Dcli_mdns.cpp375 otMdnsKey key; in ProcessRegisterKey() local
471 otMdnsKey key; in Process() local
570 otMdnsKey key; in Process() local
/openthread-latest/src/core/common/
Dsettings.cpp234 Key key = KeyForDatasetType(aType); in SaveOperationalDataset() local
259 Key key = KeyForDatasetType(aType); in DeleteOperationalDataset() local
/openthread-latest/third_party/mbedtls/repo/3rdparty/everest/library/
Dx25519.c104 int mbedtls_x25519_get_params( mbedtls_x25519_context *ctx, const mbedtls_ecp_keypair *key, in mbedtls_x25519_get_params()
Deverest.c66 const mbedtls_ecp_keypair *key, in mbedtls_everest_get_params()

1234