Home
last modified time | relevance | path

Searched defs:cse (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/opencrypto/
H A Dcryptodev.c278 struct csession *cse; member
335 struct csession *cse; in cse_create() local
540 struct csession *cse; in cse_find() local
555 cse_free(struct csession *cse) in cse_free()
572 struct csession *cse; in cse_delete() local
588 cod_alloc(struct csession *cse, size_t aad_len, size_t len) in cod_alloc()
635 cryptodev_op(struct csession *cse, const struct crypt_op *cop) in cryptodev_op()
864 cryptodev_aead(struct csession *cse, struct crypt_aead *caead) in cryptodev_aead()
1091 struct csession *cse; in fcrypt_dtor() local
1124 struct csession *cse; in crypto_ioctl() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2869 static void cse(BasicBlock *BB) { in cse() function