Searched refs:osize (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/library/ |
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_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.c | 1404 unsigned char *output, size_t *olen, size_t osize, in mbedtls_pk_decrypt() argument 1416 output, olen, osize, f_rng, p_rng); in mbedtls_pk_decrypt() 1424 unsigned char *output, size_t *olen, size_t osize, in mbedtls_pk_encrypt() argument 1436 output, olen, osize, f_rng, p_rng); in mbedtls_pk_encrypt()
|
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/ |
D | pk.h | 941 unsigned char *output, size_t *olen, size_t osize, 967 unsigned char *output, size_t *olen, size_t osize,
|