Home
last modified time | relevance | path

Searched refs:INIT (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/drivers/crypto/caam/include/
H A Dcaam_desc_helper.h305 (CMD_OP_TYPE | OP_TYPE(CLASS2) | (algo) | ALGO_AS(INIT) | ALGO_ENCRYPT)
331 (CMD_OP_TYPE | OP_TYPE(CLASS2) | (algo) | ALGO_AS(INIT) | \
345 (CMD_OP_TYPE | OP_TYPE(CLASS2) | (algo) | ALGO_AS(INIT) | \
366 (CMD_OP_TYPE | OP_TYPE(CLASS1) | (algo) | ALGO_AS(INIT) | \
/optee_os/core/drivers/crypto/versal/
H A Dauthenc.c171 READY = 1, INIT = 2, FINALIZED = 3, enumerator
288 engine.state = INIT; in do_replay()
399 engine.state = INIT; in do_init()
583 if (engine.state != INIT) in do_enc_final()
637 if (engine.state != INIT) in do_dec_final()
/optee_os/lib/libmbedtls/mbedtls/library/
H A Decp_curves.c5000 #define INIT(b) \ macro
5064 INIT(224); in ecp_mod_p224()
5085 INIT(256); in ecp_mod_p256()
5122 INIT(384); in ecp_mod_p384()
5169 #undef INIT
H A Decp_curves_new.c5037 #define INIT(b) \ macro
5083 INIT(224); in mbedtls_ecp_mod_p224_raw()
5136 INIT(256); in mbedtls_ecp_mod_p256_raw()
5216 INIT(384); in mbedtls_ecp_mod_p384_raw()
5302 #undef INIT