| /optee_os/core/lib/libtomcrypt/src/encauth/gcm/ |
| H A D | gcm_memory.c | 36 int direction) in gcm_memory() argument 54 direction); in gcm_memory() 85 if ((err = gcm_process(gcm, pt, ptlen, ct, direction)) != CRYPT_OK) { in gcm_memory() 88 if (direction == GCM_ENCRYPT) { in gcm_memory() 93 else if (direction == GCM_DECRYPT) { in gcm_memory()
|
| H A D | gcm_process.c | 24 int direction) in gcm_process() argument 82 if (direction == GCM_ENCRYPT) { in gcm_process() 138 if (direction == GCM_ENCRYPT) { in gcm_process()
|
| /optee_os/core/drivers/ |
| H A D | openedges_omc.c | 198 uint32_t direction = 0; in omc_fail_dump() local 200 for (direction = INT_TYPE_READ; direction < INT_TYPE_MAX; direction++) { in omc_fail_dump() 202 INT_STATUS + FAIL_DIRECTION_OFF(direction)); in omc_fail_dump() 216 FAIL_DIRECTION_OFF(direction)); in omc_fail_dump() 218 FAIL_DIRECTION_OFF(direction)); in omc_fail_dump() 220 FAIL_DIRECTION_OFF(direction)); in omc_fail_dump() 226 (direction == INT_TYPE_WRITE) ? "write" : "read", in omc_fail_dump()
|
| H A D | versal_gpio.c | 137 uint32_t gpio, enum gpio_dir direction) in versal_gpio_set_direction() argument 145 if (direction == GPIO_DIR_OUT) { in versal_gpio_set_direction() 199 enum gpio_dir direction) in do_set_dir() argument 203 return versal_gpio_set_direction(p, gpio, direction); in do_set_dir()
|
| H A D | ls_gpio.c | 107 enum gpio_dir direction) in ls_gpio_set_direction() argument 118 if (direction == GPIO_DIR_OUT) in ls_gpio_set_direction()
|
| H A D | pl061_gpio.c | 61 unsigned int gpio_pin, enum gpio_dir direction) in pl061_set_direction() argument 70 if (direction == GPIO_DIR_OUT) in pl061_set_direction()
|
| H A D | atmel_piobu.c | 164 enum gpio_dir direction) in secumod_gpio_set_direction() argument 173 if (direction == GPIO_DIR_OUT) in secumod_gpio_set_direction()
|
| H A D | stm32_gpio.c | 322 enum gpio_dir direction) in stm32_gpio_set_direction() argument 330 if (direction == GPIO_DIR_IN) in stm32_gpio_set_direction()
|
| /optee_os/core/lib/libtomcrypt/src/encauth/chachapoly/ |
| H A D | chacha20poly1305_memory.c | 30 int direction) in chacha20poly1305_memory() argument 47 if (direction == CHACHA20POLY1305_ENCRYPT) { in chacha20poly1305_memory() 51 else if (direction == CHACHA20POLY1305_DECRYPT) { in chacha20poly1305_memory()
|
| /optee_os/core/lib/libtomcrypt/src/encauth/ccm/ |
| H A D | ccm_memory.c | 41 int direction) in ccm_memory() argument 92 direction); in ccm_memory() 132 if (direction == CCM_DECRYPT && ptlen > 0) { in ccm_memory() 235 if (direction == CCM_ENCRYPT) { in ccm_memory() 293 if (direction == CCM_ENCRYPT) { in ccm_memory() 332 if (direction == CCM_ENCRYPT) { in ccm_memory()
|
| H A D | ccm_process.c | 19 int direction) in ccm_process() argument 57 if (direction == CCM_ENCRYPT) { in ccm_process()
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_mac.h | 444 int direction); 457 int direction); 520 int direction); 532 int direction); 563 int direction);
|
| H A D | tomcrypt_cipher.h | 525 int direction); 549 int direction);
|
| /optee_os/core/drivers/amd/ |
| H A D | ps_gpio_driver.c | 101 enum gpio_dir direction) in ps_gpio_set_dir() argument 110 if (direction == GPIO_DIR_OUT) { in ps_gpio_set_dir()
|
| /optee_os/lib/libmbedtls/mbedtls/include/psa/ |
| H A D | crypto_se_driver.h | 383 psa_encrypt_or_decrypt_t direction); 482 psa_encrypt_or_decrypt_t direction,
|
| /optee_os/core/include/drivers/ |
| H A D | gpio.h | 85 enum gpio_dir direction);
|
| /optee_os/core/pta/tests/ |
| H A D | dt_driver_test.c | 659 enum gpio_dir direction __unused) in dt_test_gpio_set_direction()
|
| /optee_os/lib/libutils/compiler-rt/ |
| H A D | LICENSE.TXT | 23 direction or management of such entity, whether by contract or
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | LICENSE | 27 direction or management of such entity, whether by contract or
|
| H A D | ChangeLog | 436 the decryption direction of block ciphers (AES, ARIA, Camellia). 439 that use the decryption direction (ECB in PSA, CBC, XTS, KW) and with DES.
|