Home
last modified time | relevance | path

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

/mbedtls-3.6.0/library/
Dpk_wrap.c395 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 …]
Dpk_wrap.h64 unsigned char *output, size_t *olen, size_t osize,
70 unsigned char *output, size_t *olen, size_t osize,
Dpk.c723 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/
Dpk.h712 unsigned char *output, size_t *olen, size_t osize,
735 unsigned char *output, size_t *olen, size_t osize,