Home
last modified time | relevance | path

Searched refs:decrypt_func (Results 1 – 13 of 13) sorted by relevance

/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/
A Dpk_internal.h76 int (*decrypt_func)( void *ctx, const unsigned char *input, size_t ilen, member
113 mbedtls_pk_rsa_alt_decrypt_func decrypt_func; member
A Dpk.h360 mbedtls_pk_rsa_alt_decrypt_func decrypt_func,
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/
A Dpk_internal.h76 int (*decrypt_func)( void *ctx, const unsigned char *input, size_t ilen, member
113 mbedtls_pk_rsa_alt_decrypt_func decrypt_func; member
A Dpk.h360 mbedtls_pk_rsa_alt_decrypt_func decrypt_func,
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
A Dpk_internal.h76 int (*decrypt_func)( void *ctx, const unsigned char *input, size_t ilen, member
113 mbedtls_pk_rsa_alt_decrypt_func decrypt_func; member
A Dpk.h360 mbedtls_pk_rsa_alt_decrypt_func decrypt_func,
/optee_os/out/arm/export-ta_arm64/include/mbedtls/
A Dpk_internal.h76 int (*decrypt_func)( void *ctx, const unsigned char *input, size_t ilen, member
113 mbedtls_pk_rsa_alt_decrypt_func decrypt_func; member
A Dpk.h360 mbedtls_pk_rsa_alt_decrypt_func decrypt_func,
/optee_os/out/arm/export-ta_arm32/include/mbedtls/
A Dpk_internal.h76 int (*decrypt_func)( void *ctx, const unsigned char *input, size_t ilen, member
113 mbedtls_pk_rsa_alt_decrypt_func decrypt_func; member
A Dpk.h360 mbedtls_pk_rsa_alt_decrypt_func decrypt_func,
/optee_os/lib/libmbedtls/mbedtls/library/
A Dpk.c190 mbedtls_pk_rsa_alt_decrypt_func decrypt_func, in mbedtls_pk_setup_rsa_alt() argument
209 rsa_alt->decrypt_func = decrypt_func; in mbedtls_pk_setup_rsa_alt()
474 if( ctx->pk_info->decrypt_func == NULL ) in mbedtls_pk_decrypt()
477 return( ctx->pk_info->decrypt_func( ctx->pk_ctx, input, ilen, in mbedtls_pk_decrypt()
A Dpk_wrap.c790 return( rsa_alt->decrypt_func( rsa_alt->key, in rsa_alt_decrypt_wrap()
/optee_os/lib/libmbedtls/core/
A Drsa.c411 lmd_res = pk_info->decrypt_func(&rsa, src, src_len, buf, &blen, in crypto_acipher_rsaes_decrypt()
414 lmd_res = pk_info->decrypt_func(&rsa, src, src_len, buf, &blen, in crypto_acipher_rsaes_decrypt()

Completed in 34 milliseconds