/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/ |
A D | pk_internal.h | 77 unsigned char *output, size_t *olen, size_t osize, 83 unsigned char *output, size_t *olen, size_t osize,
|
A D | pk.h | 577 unsigned char *output, size_t *olen, size_t osize, 598 unsigned char *output, size_t *olen, size_t osize,
|
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/ |
A D | pk_internal.h | 77 unsigned char *output, size_t *olen, size_t osize, 83 unsigned char *output, size_t *olen, size_t osize,
|
A D | pk.h | 577 unsigned char *output, size_t *olen, size_t osize, 598 unsigned char *output, size_t *olen, size_t osize,
|
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | pk_internal.h | 77 unsigned char *output, size_t *olen, size_t osize, 83 unsigned char *output, size_t *olen, size_t osize,
|
A D | pk.h | 577 unsigned char *output, size_t *olen, size_t osize, 598 unsigned char *output, size_t *olen, size_t osize,
|
/optee_os/out/arm/export-ta_arm64/include/mbedtls/ |
A D | pk_internal.h | 77 unsigned char *output, size_t *olen, size_t osize, 83 unsigned char *output, size_t *olen, size_t osize,
|
A D | pk.h | 577 unsigned char *output, size_t *olen, size_t osize, 598 unsigned char *output, size_t *olen, size_t osize,
|
/optee_os/out/arm/export-ta_arm32/include/mbedtls/ |
A D | pk_internal.h | 77 unsigned char *output, size_t *olen, size_t osize, 83 unsigned char *output, size_t *olen, size_t osize,
|
A D | pk.h | 577 unsigned char *output, size_t *olen, size_t osize, 598 unsigned char *output, size_t *olen, size_t osize,
|
/optee_os/lib/libmbedtls/mbedtls/library/ |
A 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()
|
A 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()
|
/optee_os/lib/libutils/isoc/ |
A D | bget.c | 886 bufsize osize; /* Old size of buffer */ local 896 osize = -b->bsize; 898 if (osize == 0) { 903 osize = bd->tsize - sizeof(struct bdhead) - bd->offs; 906 osize -= sizeof(struct bhead); 907 assert(osize > 0); 909 (MemSize) ((size < osize) ? size : osize)); 912 if (size > osize) 913 V memset((char *) nbuf + osize, 0, size - osize);
|
A D | bget_malloc.c | 446 bufsize osize; /* Old size of buffer */ in bget_buf_size() local 450 osize = -b->bsize; in bget_buf_size() 452 if (osize == 0) { in bget_buf_size() 457 osize = bd->tsize - sizeof(struct bdhead) - bd->offs; in bget_buf_size() 460 osize -= sizeof(struct bhead); in bget_buf_size() 461 assert(osize > 0); in bget_buf_size() 462 return osize; in bget_buf_size()
|