Home
last modified time | relevance | path

Searched refs:mbedtls_rsa_alt_context (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/mbedtls/library/
A Dpk_wrap.c604 const mbedtls_rsa_alt_context *rsa_alt = (const mbedtls_rsa_alt_context *) ctx; in rsa_alt_get_bitlen()
614 mbedtls_rsa_alt_context *rsa_alt = (mbedtls_rsa_alt_context *) ctx; in rsa_alt_sign_wrap()
632 mbedtls_rsa_alt_context *rsa_alt = (mbedtls_rsa_alt_context *) ctx; in rsa_alt_decrypt_wrap()
676 void *ctx = mbedtls_calloc( 1, sizeof( mbedtls_rsa_alt_context ) ); in rsa_alt_alloc_wrap()
679 memset( ctx, 0, sizeof( mbedtls_rsa_alt_context ) ); in rsa_alt_alloc_wrap()
686 mbedtls_platform_zeroize( ctx, sizeof( mbedtls_rsa_alt_context ) ); in rsa_alt_free_wrap()
A Dpk.c159 mbedtls_rsa_alt_context *rsa_alt; in mbedtls_pk_setup_rsa_alt()
171 rsa_alt = (mbedtls_rsa_alt_context *) ctx->pk_ctx; in mbedtls_pk_setup_rsa_alt()
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dpk_internal.h118 } mbedtls_rsa_alt_context; typedef
A Dcompat-1.3.h2200 #define rsa_alt_context mbedtls_rsa_alt_context

Completed in 19 milliseconds