Home
last modified time | relevance | path

Searched defs:statep (Results 1 – 16 of 16) sorted by relevance

/external/trusty/lk/include/kernel/
Dspinlock.h72 spin_lock_saved_state_t *statep, in spin_lock_save()
90 #define spin_lock_irqsave(lock, statep) spin_lock_save(lock, &(statep), SPIN_LOCK_FLAG_INTERRUPTS) argument
91 #define spin_unlock_irqrestore(lock, statep) spin_unlock_restore(lock, statep, SPIN_LOCK_FLAG_INTER… argument
/external/cronet/stable/third_party/boringssl/src/crypto/poly1305/
Dpoly1305.cc147 void CRYPTO_poly1305_init(poly1305_state *statep, const uint8_t key[32]) { in CRYPTO_poly1305_init()
193 void CRYPTO_poly1305_update(poly1305_state *statep, const uint8_t *in, in CRYPTO_poly1305_update()
242 void CRYPTO_poly1305_finish(poly1305_state *statep, uint8_t mac[16]) { in CRYPTO_poly1305_finish()
/external/rust/android-crates-io/crates/ring/crypto/poly1305/
Dpoly1305.c150 void CRYPTO_poly1305_init(poly1305_state *statep, const uint8_t key[32]) { in CRYPTO_poly1305_init()
189 void CRYPTO_poly1305_update(poly1305_state *statep, const uint8_t *in, in CRYPTO_poly1305_update()
231 void CRYPTO_poly1305_finish(poly1305_state *statep, uint8_t mac[16]) { in CRYPTO_poly1305_finish()
/external/boringssl/src/crypto/poly1305/
Dpoly1305.cc147 void CRYPTO_poly1305_init(poly1305_state *statep, const uint8_t key[32]) { in CRYPTO_poly1305_init()
193 void CRYPTO_poly1305_update(poly1305_state *statep, const uint8_t *in, in CRYPTO_poly1305_update()
242 void CRYPTO_poly1305_finish(poly1305_state *statep, uint8_t mac[16]) { in CRYPTO_poly1305_finish()
/external/cronet/tot/third_party/boringssl/src/crypto/poly1305/
Dpoly1305.cc147 void CRYPTO_poly1305_init(poly1305_state *statep, const uint8_t key[32]) { in CRYPTO_poly1305_init()
193 void CRYPTO_poly1305_update(poly1305_state *statep, const uint8_t *in, in CRYPTO_poly1305_update()
242 void CRYPTO_poly1305_finish(poly1305_state *statep, uint8_t mac[16]) { in CRYPTO_poly1305_finish()
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/poly1305/
Dpoly1305.c159 void CRYPTO_poly1305_init(poly1305_state *statep, const uint8_t key[32]) { in CRYPTO_poly1305_init()
205 void CRYPTO_poly1305_update(poly1305_state *statep, const uint8_t *in, in CRYPTO_poly1305_update()
249 void CRYPTO_poly1305_finish(poly1305_state *statep, uint8_t mac[16]) { in CRYPTO_poly1305_finish()
/external/trusty/lk/lib/rust_support/wrappers/
Dspinlock.c26 void lk_interrupt_save(spin_lock_saved_state_t *statep, spin_lock_save_flags_t flags) { in lk_interrupt_save()
/external/trusty/lk/arch/x86/include/arch/
Dspinlock.h69 arch_interrupt_save(spin_lock_saved_state_t *statep, spin_lock_save_flags_t flags) in arch_interrupt_save()
/external/trusty/lk/arch/arm/include/arch/
Dspinlock.h88 arch_interrupt_save(spin_lock_saved_state_t *statep, spin_lock_save_flags_t flags) in arch_interrupt_save()
/external/trusty/lk/arch/arm64/include/arch/
Dspinlock.h92 arch_interrupt_save(spin_lock_saved_state_t *statep, spin_lock_save_flags_t flags) in arch_interrupt_save()
/external/mksh/src/
Dlex.c200 Lex_state states[STATE_BSIZE], *statep, *s2, *base; in yylex() local
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/err/
Derr.c187 static void err_state_free(void *statep) { in err_state_free()
/external/cronet/stable/third_party/boringssl/src/crypto/err/
Derr.cc204 static void err_state_free(void *statep) { in err_state_free()
/external/cronet/tot/third_party/boringssl/src/crypto/err/
Derr.cc204 static void err_state_free(void *statep) { in err_state_free()
/external/boringssl/src/crypto/err/
Derr.cc107 static void err_state_free(void *statep) { in err_state_free()
/external/elfutils/src/
Delflint.c1387 struct loaded_segment *loaded, enum load_state *statep) in check_one_reloc()