Searched defs:salt (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/mbedtls/library/ |
A D | pkcs5.c | 59 mbedtls_asn1_buf *salt, int *iterations, in pkcs5_parse_pbkdf2_params() 121 mbedtls_asn1_buf salt; in mbedtls_pkcs5_pbes2() local 221 size_t plen, const unsigned char *salt, size_t slen, in mbedtls_pkcs5_pbkdf2_hmac() 322 static const unsigned char salt[MAX_TESTS][40] = variable
|
A D | hkdf.c | 33 int mbedtls_hkdf( const mbedtls_md_info_t *md, const unsigned char *salt, in mbedtls_hkdf() 55 const unsigned char *salt, size_t salt_len, in mbedtls_hkdf_extract()
|
A D | pkcs12.c | 54 mbedtls_asn1_buf *salt, int *iterations ) in pkcs12_parse_pbe_params() 95 mbedtls_asn1_buf salt; in pkcs12_pbe_derive_key_iv() local 250 const unsigned char *salt, size_t saltlen, in mbedtls_pkcs12_derivation()
|
A D | rsa.c | 1766 unsigned char salt[MBEDTLS_MD_MAX_SIZE]; in mbedtls_rsa_rsassa_pss_sign() local
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | crypto.c | 62 u8_t salt[16]; in bt_mesh_k2() local 180 u8_t salt[16]; in bt_mesh_id128() local 801 u8_t salt[16]; in bt_mesh_virtual_addr() local
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | smp.c | 587 static const u8_t salt[16] = { 0x6c, 0x88, 0x83, 0x91, 0xaa, 0xf5, in smp_f5() local 940 static const u8_t salt[16] = { 0x31, 0x70, 0x6d, 0x74, in sc_derive_link_key() local 1114 static const u8_t salt[16] = { 0x32, 0x70, 0x6d, 0x74, in smp_br_derive_ltk() local 4928 u8_t salt[16] = { 0x31, 0x70, 0x6d, 0x74, 0x00, 0x00, 0x00, 0x00, in smp_h7_test() local
|
Completed in 20 milliseconds