Searched refs:osize (Results 1 – 4 of 4) sorted by relevance
/mbedtls-latest/library/ |
D | pk_wrap.c | 281 unsigned char *output, size_t *olen, size_t osize, in rsa_decrypt_wrap() argument 327 output, osize, olen); in rsa_decrypt_wrap() 347 unsigned char *output, size_t *olen, size_t osize, in rsa_decrypt_wrap() argument 357 olen, input, output, osize); in rsa_decrypt_wrap() 364 unsigned char *output, size_t *olen, size_t osize, in rsa_encrypt_wrap() argument 380 if (mbedtls_rsa_get_len(rsa) > osize) { in rsa_encrypt_wrap() 410 output, osize, olen); in rsa_encrypt_wrap() 429 unsigned char *output, size_t *olen, size_t osize, in rsa_encrypt_wrap() argument 435 if (*olen > osize) { in rsa_encrypt_wrap() 1318 unsigned char *output, size_t *olen, size_t osize, in rsa_alt_decrypt_wrap() argument [all …]
|
D | pk_wrap.h | 64 unsigned char *output, size_t *olen, size_t osize, 70 unsigned char *output, size_t *olen, size_t osize,
|
D | pk.c | 1376 unsigned char *output, size_t *olen, size_t osize, in mbedtls_pk_decrypt() argument 1388 output, olen, osize, f_rng, p_rng); in mbedtls_pk_decrypt() 1396 unsigned char *output, size_t *olen, size_t osize, in mbedtls_pk_encrypt() argument 1408 output, olen, osize, f_rng, p_rng); in mbedtls_pk_encrypt()
|
/mbedtls-latest/include/mbedtls/ |
D | pk.h | 949 unsigned char *output, size_t *olen, size_t osize, 975 unsigned char *output, size_t *olen, size_t osize,
|