Searched refs:osize (Results 1 – 4 of 4) sorted by relevance
/openthread-3.4.0/third_party/mbedtls/repo/include/mbedtls/ |
D | pk_internal.h | 77 unsigned char *output, size_t *olen, size_t osize, 83 unsigned char *output, size_t *olen, size_t osize,
|
D | pk.h | 592 unsigned char *output, size_t *olen, size_t osize, 613 unsigned char *output, size_t *olen, size_t osize,
|
/openthread-3.4.0/third_party/mbedtls/repo/library/ |
D | pk.c | 463 unsigned char *output, size_t *olen, size_t osize, in mbedtls_pk_decrypt() argument 468 PK_VALIDATE_RET( output != NULL || osize == 0 ); in mbedtls_pk_decrypt() 478 output, olen, osize, f_rng, p_rng ) ); in mbedtls_pk_decrypt() 486 unsigned char *output, size_t *olen, size_t osize, in mbedtls_pk_encrypt() argument 491 PK_VALIDATE_RET( output != NULL || osize == 0 ); in mbedtls_pk_encrypt() 501 output, olen, osize, f_rng, p_rng ) ); in mbedtls_pk_encrypt()
|
D | pk_wrap.c | 129 unsigned char *output, size_t *olen, size_t osize, in rsa_decrypt_wrap() argument 138 MBEDTLS_RSA_PRIVATE, olen, input, output, osize ) ); in rsa_decrypt_wrap() 143 unsigned char *output, size_t *olen, size_t osize, in rsa_encrypt_wrap() argument 149 if( *olen > osize ) in rsa_encrypt_wrap() 779 unsigned char *output, size_t *olen, size_t osize, in rsa_alt_decrypt_wrap() argument 791 MBEDTLS_RSA_PRIVATE, olen, input, output, osize ) ); in rsa_alt_decrypt_wrap()
|