Searched refs:osize (Results 1 – 4 of 4) sorted by relevance
/mbedtls-3.6.0/library/ |
D | pk_wrap.c | 395 unsigned char *output, size_t *olen, size_t osize, in rsa_decrypt_wrap() argument 444 output, osize, olen); in rsa_decrypt_wrap() 464 unsigned char *output, size_t *olen, size_t osize, in rsa_decrypt_wrap() argument 474 olen, input, output, osize); in rsa_decrypt_wrap() 481 unsigned char *output, size_t *olen, size_t osize, in rsa_encrypt_wrap() argument 502 if (mbedtls_rsa_get_len(rsa) > osize) { in rsa_encrypt_wrap() 530 output, osize, olen); in rsa_encrypt_wrap() 549 unsigned char *output, size_t *olen, size_t osize, in rsa_encrypt_wrap() argument 555 if (*olen > osize) { in rsa_encrypt_wrap() 1580 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 | 723 unsigned char *output, size_t *olen, size_t osize, in mbedtls_pk_decrypt() argument 735 output, olen, osize, f_rng, p_rng); in mbedtls_pk_decrypt() 743 unsigned char *output, size_t *olen, size_t osize, in mbedtls_pk_encrypt() argument 755 output, olen, osize, f_rng, p_rng); in mbedtls_pk_encrypt()
|
/mbedtls-3.6.0/include/mbedtls/ |
D | pk.h | 712 unsigned char *output, size_t *olen, size_t osize, 735 unsigned char *output, size_t *olen, size_t osize,
|