Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/encauth/gcm/
A Dgcm_memory.c43 int direction) in gcm_memory() argument
61 direction); in gcm_memory()
94 if ((err = gcm_process(gcm, pt, ptlen, ct, direction)) != CRYPT_OK) { in gcm_memory()
97 if (direction == GCM_ENCRYPT) { in gcm_memory()
102 else if (direction == GCM_DECRYPT) { in gcm_memory()
A Dgcm_process.c31 int direction) in gcm_process() argument
89 if (direction == GCM_ENCRYPT) { in gcm_process()
145 if (direction == GCM_ENCRYPT) { in gcm_process()
/optee_os/core/lib/libtomcrypt/src/encauth/chachapoly/
A Dchacha20poly1305_memory.c37 int direction) in chacha20poly1305_memory() argument
54 if (direction == CHACHA20POLY1305_ENCRYPT) { in chacha20poly1305_memory()
58 else if (direction == CHACHA20POLY1305_DECRYPT) { in chacha20poly1305_memory()
/optee_os/core/lib/libtomcrypt/src/encauth/ccm/
A Dccm_memory.c48 int direction) in ccm_memory() argument
99 direction); in ccm_memory()
136 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()
A Dccm_process.c26 int direction) in ccm_process() argument
64 if (direction == CCM_ENCRYPT) { in ccm_process()
/optee_os/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_mac.h436 int direction);
449 int direction);
515 int direction);
527 int direction);
558 int direction);
A Dtomcrypt_cipher.h521 int direction);
545 int direction);
/optee_os/core/drivers/
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()
/optee_os/core/include/
A Dgpio.h32 enum gpio_dir direction);
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/
A Dssl.h1423 int direction );
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
A Dssl.h1423 int direction );
/optee_os/out/arm/export-ta_arm64/include/mbedtls/
A Dssl.h1423 int direction );
/optee_os/out/arm/export-ta_arm32/include/mbedtls/
A Dssl.h1423 int direction );
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/
A Dssl.h1423 int direction );
/optee_os/lib/libmbedtls/mbedtls/
A DLICENSE20 direction or management of such entity, whether by contract or
/optee_os/lib/libmbedtls/mbedtls/library/
A Dssl_msg.c308 int (*mbedtls_ssl_hw_record_activate)( mbedtls_ssl_context *ssl, int direction) = NULL;

Completed in 65 milliseconds