Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/gcm/
A Dgcm_memory.c36 int direction) in gcm_memory() argument
54 direction); in gcm_memory()
87 if ((err = gcm_process(gcm, pt, ptlen, ct, direction)) != CRYPT_OK) { in gcm_memory()
90 if (direction == GCM_ENCRYPT) { in gcm_memory()
95 else if (direction == GCM_DECRYPT) { in gcm_memory()
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-3.20.0/core/lib/libtomcrypt/src/encauth/chachapoly/
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-3.20.0/core/lib/libtomcrypt/src/encauth/ccm/
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()
231 if (direction == CCM_ENCRYPT) { in ccm_memory()
289 if (direction == CCM_ENCRYPT) { in ccm_memory()
328 if (direction == CCM_ENCRYPT) { in ccm_memory()
A Dccm_process.c19 int direction) in ccm_process() argument
57 if (direction == CCM_ENCRYPT) { in ccm_process()
/optee_os-3.20.0/core/drivers/
A Dversal_gpio.c137 enum gpio_dir direction) in gpio_set_direction() argument
145 if (direction == GPIO_DIR_OUT) { in gpio_set_direction()
199 enum gpio_dir direction) in do_set_dir() argument
203 return gpio_set_direction(p, gpio, direction); in do_set_dir()
A Dls_gpio.c107 enum gpio_dir direction) in gpio_set_direction() argument
118 if (direction == GPIO_DIR_OUT) in gpio_set_direction()
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()
A Datmel_piobu.c137 unsigned int gpio_pin, enum gpio_dir direction) in gpio_set_direction() argument
146 if (direction == GPIO_DIR_OUT) in gpio_set_direction()
/optee_os-3.20.0/core/include/
A Dgpio.h32 enum gpio_dir direction);
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_mac.h442 int direction);
455 int direction);
521 int direction);
533 int direction);
564 int direction);
A Dtomcrypt_cipher.h523 int direction);
547 int direction);
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dssl.h1494 int direction );
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DLICENSE20 direction or management of such entity, whether by contract or
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dssl_msg.c317 int (*mbedtls_ssl_hw_record_activate)( mbedtls_ssl_context *ssl, int direction) = NULL;

Completed in 29 milliseconds