Searched refs:direction (Results 1 – 17 of 17) sorted by relevance
43 int direction) in gcm_memory() argument61 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()
31 int direction) in gcm_process() argument89 if (direction == GCM_ENCRYPT) { in gcm_process()145 if (direction == GCM_ENCRYPT) { in gcm_process()
37 int direction) in chacha20poly1305_memory() argument54 if (direction == CHACHA20POLY1305_ENCRYPT) { in chacha20poly1305_memory()58 else if (direction == CHACHA20POLY1305_DECRYPT) { in chacha20poly1305_memory()
48 int direction) in ccm_memory() argument99 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()
26 int direction) in ccm_process() argument64 if (direction == CCM_ENCRYPT) { in ccm_process()
436 int direction);449 int direction);515 int direction);527 int direction);558 int direction);
521 int direction);545 int direction);
107 enum gpio_dir direction) in gpio_set_direction() argument118 if (direction == GPIO_DIR_OUT) in gpio_set_direction()
61 unsigned int gpio_pin, enum gpio_dir direction) in pl061_set_direction() argument70 if (direction == GPIO_DIR_OUT) in pl061_set_direction()
32 enum gpio_dir direction);
1423 int direction );
20 direction or management of such entity, whether by contract or
308 int (*mbedtls_ssl_hw_record_activate)( mbedtls_ssl_context *ssl, int direction) = NULL;
Completed in 65 milliseconds