Searched refs:osize (Results 1 – 4 of 4) sorted by relevance
/mbedtls-development/library/ |
A D | pk_wrap.h | 73 unsigned char *output, size_t *olen, size_t osize, 79 unsigned char *output, size_t *olen, size_t osize,
|
A D | pk.c | 464 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 D | pk_wrap.c | 132 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 D | pk.h | 593 unsigned char *output, size_t *olen, size_t osize, 616 unsigned char *output, size_t *olen, size_t osize,
|
Completed in 7 milliseconds