Searched refs:priv_key (Results 1 – 3 of 3) sorted by relevance
123 int mbedtls_pkcs11_priv_key_bind( mbedtls_pkcs11_context *priv_key, in mbedtls_pkcs11_priv_key_bind() argument131 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() argument150 if( NULL != priv_key ) in mbedtls_pkcs11_priv_key_free()151 pkcs11h_certificate_freeCertificate( priv_key->pkcs11h_cert ); in mbedtls_pkcs11_priv_key_free()
110 int mbedtls_pkcs11_priv_key_bind( mbedtls_pkcs11_context *priv_key,119 void mbedtls_pkcs11_priv_key_free( mbedtls_pkcs11_context *priv_key );
84 …ame, snmpv3_auth_algo_t *auth_algo, u8_t *auth_key, snmpv3_priv_algo_t *priv_algo, u8_t *priv_key);