Searched refs:priv_key (Results 1 – 8 of 8) sorted by relevance
/AliOS-Things-master/components/mbedtls/library/ |
A D | pkcs11.c | 98 int mbedtls_pkcs11_priv_key_bind( mbedtls_pkcs11_context *priv_key, in mbedtls_pkcs11_priv_key_bind() argument 106 if( priv_key == NULL ) in mbedtls_pkcs11_priv_key_bind() 112 priv_key->len = mbedtls_pk_get_len( &cert.pk ); in mbedtls_pkcs11_priv_key_bind() 113 priv_key->pkcs11h_cert = pkcs11_cert; in mbedtls_pkcs11_priv_key_bind() 123 void mbedtls_pkcs11_priv_key_free( mbedtls_pkcs11_context *priv_key ) in mbedtls_pkcs11_priv_key_free() argument 125 if( NULL != priv_key ) in mbedtls_pkcs11_priv_key_free() 126 pkcs11h_certificate_freeCertificate( priv_key->pkcs11h_cert ); in mbedtls_pkcs11_priv_key_free()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/snmp/ |
A D | snmpv3_dummy.c | 51 …v3_get_user(const char* username, u8_t *auth_algo, u8_t *auth_key, u8_t *priv_algo, u8_t *priv_key) in snmpv3_get_user() argument 72 if(priv_key != NULL) { in snmpv3_get_user() 75 priv_key); in snmpv3_get_user()
|
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | pkcs11.h | 85 int mbedtls_pkcs11_priv_key_bind( mbedtls_pkcs11_context *priv_key, 94 void mbedtls_pkcs11_priv_key_free( mbedtls_pkcs11_context *priv_key );
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/apps/ |
A D | snmpv3.h | 68 …3_get_user(const char* username, u8_t *auth_algo, u8_t *auth_key, u8_t *priv_algo, u8_t *priv_key);
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/apps/ |
A D | snmpv3.h | 68 …3_get_user(const char* username, u8_t *auth_algo, u8_t *auth_key, u8_t *priv_algo, u8_t *priv_key);
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/ |
A D | crypto.h | 42 u8_t net_id[1], u8_t enc_key[16], u8_t priv_key[16]);
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | crypto.c | 59 u8_t net_id[1], u8_t enc_key[16], u8_t priv_key[16]) in bt_mesh_k2() 115 memcpy(priv_key, out, 16); in bt_mesh_k2() 118 BT_DBG("priv_key %s", bt_hex(priv_key, 16)); in bt_mesh_k2()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/ |
A D | rtl8721d_crypto.h | 106 u32 priv_key:1; /*Offset 0, Bit[26], Secure Key */ member
|
Completed in 11 milliseconds