Home
last modified time | relevance | path

Searched refs:direction (Results 1 – 20 of 20) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/encauth/gcm/
H A Dgcm_memory.c36 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 Dgcm_process.c24 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 Dopenedges_omc.c198 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 Dversal_gpio.c137 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 Dls_gpio.c107 enum gpio_dir direction) in ls_gpio_set_direction() argument
118 if (direction == GPIO_DIR_OUT) in ls_gpio_set_direction()
H A Dpl061_gpio.c61 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 Datmel_piobu.c164 enum gpio_dir direction) in secumod_gpio_set_direction() argument
173 if (direction == GPIO_DIR_OUT) in secumod_gpio_set_direction()
H A Dstm32_gpio.c322 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 Dchacha20poly1305_memory.c30 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 Dccm_memory.c41 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 Dccm_process.c19 int direction) in ccm_process() argument
57 if (direction == CCM_ENCRYPT) { in ccm_process()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_mac.h444 int direction);
457 int direction);
520 int direction);
532 int direction);
563 int direction);
H A Dtomcrypt_cipher.h525 int direction);
549 int direction);
/optee_os/core/drivers/amd/
H A Dps_gpio_driver.c101 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 Dcrypto_se_driver.h383 psa_encrypt_or_decrypt_t direction);
482 psa_encrypt_or_decrypt_t direction,
/optee_os/core/include/drivers/
H A Dgpio.h85 enum gpio_dir direction);
/optee_os/core/pta/tests/
H A Ddt_driver_test.c659 enum gpio_dir direction __unused) in dt_test_gpio_set_direction()
/optee_os/lib/libutils/compiler-rt/
H A DLICENSE.TXT23 direction or management of such entity, whether by contract or
/optee_os/lib/libmbedtls/mbedtls/
H A DLICENSE27 direction or management of such entity, whether by contract or
H A DChangeLog436 the decryption direction of block ciphers (AES, ARIA, Camellia).
439 that use the decryption direction (ECB in PSA, CBC, XTS, KW) and with DES.