Home
last modified time | relevance | path

Searched refs:setup (Results 1 – 25 of 31) sorted by relevance

12

/optee_os/lib/libutee/
A Dtee_tcpudp_socket.c20 static TEE_Result tcp_open(TEE_iSocketHandle *ctx, void *setup, in tcp_open() argument
25 TEE_tcpSocket_Setup *tcp_setup = setup; in tcp_open()
27 if (!ctx || !setup || !proto_error) in tcp_open()
59 static TEE_Result udp_open(TEE_iSocketHandle *ctx, void *setup, in udp_open() argument
64 TEE_udpSocket_Setup *udp_setup = setup; in udp_open()
66 if (!ctx || !setup || !proto_error) in udp_open()
/optee_os/core/lib/libtomcrypt/src/modes/xts/
A Dxts_init.c47 if ((err = cipher_descriptor[cipher]->setup(key1, keylen, num_rounds, &xts->key1)) != CRYPT_OK) { in xts_start()
50 if ((err = cipher_descriptor[cipher]->setup(key2, keylen, num_rounds, &xts->key2)) != CRYPT_OK) { in xts_start()
/optee_os/core/lib/libtomcrypt/src/modes/f8/
A Df8_start.c74 if ((err = cipher_descriptor[cipher]->setup(tkey, keylen, num_rounds, &f8->key)) != CRYPT_OK) { in f8_start()
90 return cipher_descriptor[cipher]->setup(key, keylen, num_rounds, &f8->key); in f8_start()
/optee_os/core/lib/libtomcrypt/src/mac/xcbc/
A Dxcbc_init.c70 if ((err = cipher_descriptor[cipher]->setup(key, keylen, 0, skey)) != CRYPT_OK) { in xcbc_init()
84 err = cipher_descriptor[cipher]->setup(xcbc->K[0], k1, 0, &xcbc->key); in xcbc_init()
/optee_os/core/lib/libtomcrypt/src/modes/ecb/
A Decb_start.c40 return cipher_descriptor[cipher]->setup(key, keylen, num_rounds, &ecb->key); in ecb_start()
/optee_os/lib/libutee/include/
A Dtee_isocket.h18 TEE_Result (*open)(TEE_iSocketHandle *ctx, void *setup,
/optee_os/out/arm/export-ta_arm32/host_include/
A Dtee_isocket.h18 TEE_Result (*open)(TEE_iSocketHandle *ctx, void *setup,
/optee_os/out/arm/export-ta_arm32/include/
A Dtee_isocket.h18 TEE_Result (*open)(TEE_iSocketHandle *ctx, void *setup,
/optee_os/out/arm/export-ta_arm64/host_include/
A Dtee_isocket.h18 TEE_Result (*open)(TEE_iSocketHandle *ctx, void *setup,
/optee_os/out/arm/export-ta_arm64/include/
A Dtee_isocket.h18 TEE_Result (*open)(TEE_iSocketHandle *ctx, void *setup,
/optee_os/core/lib/libtomcrypt/src/modes/cbc/
A Dcbc_start.c44 if ((err = cipher_descriptor[cipher]->setup(key, keylen, num_rounds, &cbc->key)) != CRYPT_OK) { in cbc_start()
/optee_os/core/lib/libtomcrypt/src/modes/ofb/
A Dofb_start.c52 return cipher_descriptor[cipher]->setup(key, keylen, num_rounds, &ofb->key); in ofb_start()
/optee_os/core/lib/libtomcrypt/src/modes/cfb/
A Dcfb_start.c52 if ((err = cipher_descriptor[cipher]->setup(key, keylen, num_rounds, &cfb->key)) != CRYPT_OK) { in cfb_start()
/optee_os/core/lib/libtomcrypt/src/encauth/ccm/
A Dccm_init.c51 if ((err = cipher_descriptor[cipher]->setup(key, keylen, 0, &ccm->K)) != CRYPT_OK) { in ccm_init()
/optee_os/core/lib/libtomcrypt/src/mac/f9/
A Df9_init.c44 if ((err = cipher_descriptor[cipher]->setup(key, keylen, 0, &f9->key)) != CRYPT_OK) { in f9_init()
A Df9_done.c51 … if ((err = cipher_descriptor[f9->cipher]->setup(f9->akey, f9->keylen, 0, &f9->key)) != CRYPT_OK) { in f9_done()
/optee_os/core/lib/libtomcrypt/src/hashes/chc/
A Dchc.c109 if ((err = cipher_descriptor[cipher_idx]->setup(buf, cipher_blocksize, 0, key)) != CRYPT_OK) { in chc_init()
140 …if ((err = cipher_descriptor[cipher_idx]->setup(md->chc.state, cipher_blocksize, 0, key)) != CRYPT… in chc_compress()
/optee_os/core/lib/libtomcrypt/src/modes/lrw/
A Dlrw_start.c63 if ((err = cipher_descriptor[cipher]->setup(key, keylen, num_rounds, &lrw->key)) != CRYPT_OK) { in lrw_start()
/optee_os/core/lib/libtomcrypt/src/ciphers/
A Dmulti2.c53 static void setup(const ulong32 *dk, const ulong32 *k, ulong32 *uk) in setup() function
138 setup(dk, sk, skey->multi2.uk); in multi2_setup()
/optee_os/core/lib/libtomcrypt/src/modes/ctr/
A Dctr_start.c59 if ((err = cipher_descriptor[cipher]->setup(key, keylen, num_rounds, &ctr->key)) != CRYPT_OK) { in ctr_start()
/optee_os/core/lib/libtomcrypt/src/mac/omac/
A Domac_init.c57 if ((err = cipher_descriptor[cipher]->setup(key, keylen, 0, &omac->key)) != CRYPT_OK) { in omac_init()
/optee_os/core/lib/libtomcrypt/src/encauth/gcm/
A Dgcm_init.c54 if ((err = cipher_descriptor[cipher]->setup(key, keylen, 0, &gcm->K)) != CRYPT_OK) { in gcm_init()
/optee_os/core/lib/libtomcrypt/src/mac/pmac/
A Dpmac_init.c80 if ((err = cipher_descriptor[cipher]->setup(key, keylen, 0, &pmac->key)) != CRYPT_OK) { in pmac_init()
/optee_os/core/lib/libtomcrypt/src/encauth/ocb/
A Docb_init.c76 if ((err = cipher_descriptor[cipher]->setup(key, keylen, 0, &ocb->key)) != CRYPT_OK) { in ocb_init()
/optee_os/core/lib/libtomcrypt/src/encauth/ocb3/
A Docb3_init.c140 if ((err = cipher_descriptor[cipher]->setup(key, keylen, 0, &ocb->key)) != CRYPT_OK) { in ocb3_init()

Completed in 19 milliseconds

12