Home
last modified time | relevance | path

Searched refs:priv_key (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/3rdparty/mbedtls/
H A Dpkcs11.c123 int mbedtls_pkcs11_priv_key_bind( mbedtls_pkcs11_context *priv_key, in mbedtls_pkcs11_priv_key_bind() argument
131 if( priv_key == NULL ) in mbedtls_pkcs11_priv_key_bind()
137 priv_key->len = mbedtls_pk_get_len( &cert.pk ); in mbedtls_pkcs11_priv_key_bind()
138 priv_key->pkcs11h_cert = pkcs11_cert; in mbedtls_pkcs11_priv_key_bind()
148 void mbedtls_pkcs11_priv_key_free( mbedtls_pkcs11_context *priv_key ) in mbedtls_pkcs11_priv_key_free() argument
150 if( NULL != priv_key ) in mbedtls_pkcs11_priv_key_free()
151 pkcs11h_certificate_freeCertificate( priv_key->pkcs11h_cert ); in mbedtls_pkcs11_priv_key_free()
/reactos/sdk/include/reactos/libs/mbedtls/
H A Dpkcs11.h110 int mbedtls_pkcs11_priv_key_bind( mbedtls_pkcs11_context *priv_key,
119 void mbedtls_pkcs11_priv_key_free( mbedtls_pkcs11_context *priv_key );
/reactos/drivers/network/tcpip/lwip/src/include/lwip/apps/
H A Dsnmpv3.h84 …ame, snmpv3_auth_algo_t *auth_algo, u8_t *auth_key, snmpv3_priv_algo_t *priv_algo, u8_t *priv_key);