Home
last modified time | relevance | path

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

/mbedtls-development/library/
A Dpk_wrap.h73 unsigned char *output, size_t *olen, size_t osize,
79 unsigned char *output, size_t *olen, size_t osize,
A Dpk.c464 unsigned char *output, size_t *olen, size_t osize, in mbedtls_pk_decrypt() argument
469 PK_VALIDATE_RET( output != NULL || osize == 0 ); in mbedtls_pk_decrypt()
479 output, olen, osize, f_rng, p_rng ) ); in mbedtls_pk_decrypt()
487 unsigned char *output, size_t *olen, size_t osize, in mbedtls_pk_encrypt() argument
492 PK_VALIDATE_RET( output != NULL || osize == 0 ); in mbedtls_pk_encrypt()
502 output, olen, osize, f_rng, p_rng ) ); in mbedtls_pk_encrypt()
A Dpk_wrap.c132 unsigned char *output, size_t *olen, size_t osize, in rsa_decrypt_wrap() argument
141 olen, input, output, osize ) ); in rsa_decrypt_wrap()
146 unsigned char *output, size_t *olen, size_t osize, in rsa_encrypt_wrap() argument
152 if( *olen > osize ) in rsa_encrypt_wrap()
800 unsigned char *output, size_t *olen, size_t osize, in rsa_alt_decrypt_wrap() argument
812 olen, input, output, osize ) ); in rsa_alt_decrypt_wrap()
/mbedtls-development/include/mbedtls/
A Dpk.h593 unsigned char *output, size_t *olen, size_t osize,
616 unsigned char *output, size_t *olen, size_t osize,

Completed in 7 milliseconds