Home
last modified time | relevance | path

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

12

/optee_os-3.20.0/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-3.20.0/core/lib/libtomcrypt/src/modes/xts/
A Dxts_init.c40 if ((err = cipher_descriptor[cipher]->setup(key1, keylen, num_rounds, &xts->key1)) != CRYPT_OK) { in xts_start()
43 if ((err = cipher_descriptor[cipher]->setup(key2, keylen, num_rounds, &xts->key2)) != CRYPT_OK) { in xts_start()
/optee_os-3.20.0/core/lib/libtomcrypt/src/modes/f8/
A Df8_start.c67 if ((err = cipher_descriptor[cipher]->setup(tkey, keylen, num_rounds, &f8->key)) != CRYPT_OK) { in f8_start()
83 return cipher_descriptor[cipher]->setup(key, keylen, num_rounds, &f8->key); in f8_start()
/optee_os-3.20.0/core/lib/libtomcrypt/src/mac/xcbc/
A Dxcbc_init.c63 if ((err = cipher_descriptor[cipher]->setup(key, keylen, 0, skey)) != CRYPT_OK) { in xcbc_init()
77 err = cipher_descriptor[cipher]->setup(xcbc->K[0], k1, 0, &xcbc->key); in xcbc_init()
/optee_os-3.20.0/core/lib/libtomcrypt/src/modes/ecb/
A Decb_start.c33 return cipher_descriptor[cipher]->setup(key, keylen, num_rounds, &ecb->key); in ecb_start()
/optee_os-3.20.0/lib/libutee/include/
A Dtee_isocket.h18 TEE_Result (*open)(TEE_iSocketHandle *ctx, void *setup,
/optee_os-3.20.0/core/lib/libtomcrypt/src/modes/cbc/
A Dcbc_start.c37 if ((err = cipher_descriptor[cipher]->setup(key, keylen, num_rounds, &cbc->key)) != CRYPT_OK) { in cbc_start()
/optee_os-3.20.0/core/lib/libtomcrypt/src/modes/ofb/
A Dofb_start.c45 return cipher_descriptor[cipher]->setup(key, keylen, num_rounds, &ofb->key); in ofb_start()
/optee_os-3.20.0/core/lib/libtomcrypt/src/modes/cfb/
A Dcfb_start.c45 if ((err = cipher_descriptor[cipher]->setup(key, keylen, num_rounds, &cfb->key)) != CRYPT_OK) { in cfb_start()
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/ccm/
A Dccm_init.c44 if ((err = cipher_descriptor[cipher]->setup(key, keylen, 0, &ccm->K)) != CRYPT_OK) { in ccm_init()
A Dccm_test.c128 if ((err = cipher_descriptor[idx]->setup(tests[x].key, 16, 0, &skey)) != CRYPT_OK) { in ccm_test()
A Dccm_memory.c123 if ((err = cipher_descriptor[cipher]->setup(key, keylen, 0, skey)) != CRYPT_OK) { in ccm_memory()
/optee_os-3.20.0/core/lib/libtomcrypt/src/mac/f9/
A Df9_init.c37 if ((err = cipher_descriptor[cipher]->setup(key, keylen, 0, &f9->key)) != CRYPT_OK) { in f9_init()
A Df9_done.c44 … if ((err = cipher_descriptor[f9->cipher]->setup(f9->akey, f9->keylen, 0, &f9->key)) != CRYPT_OK) { in f9_done()
/optee_os-3.20.0/core/lib/libtomcrypt/src/modes/lrw/
A Dlrw_start.c56 if ((err = cipher_descriptor[cipher]->setup(key, keylen, num_rounds, &lrw->key)) != CRYPT_OK) { in lrw_start()
/optee_os-3.20.0/core/lib/libtomcrypt/src/modes/ctr/
A Dctr_start.c52 if ((err = cipher_descriptor[cipher]->setup(key, keylen, num_rounds, &ctr->key)) != CRYPT_OK) { in ctr_start()
/optee_os-3.20.0/core/lib/libtomcrypt/src/mac/omac/
A Domac_init.c50 if ((err = cipher_descriptor[cipher]->setup(key, keylen, 0, &omac->key)) != CRYPT_OK) { in omac_init()
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/gcm/
A Dgcm_init.c47 if ((err = cipher_descriptor[cipher]->setup(key, keylen, 0, &gcm->K)) != CRYPT_OK) { in gcm_init()
/optee_os-3.20.0/core/lib/libtomcrypt/src/hashes/chc/
A Dchc.c102 if ((err = cipher_descriptor[cipher_idx]->setup(buf, cipher_blocksize, 0, key)) != CRYPT_OK) { in chc_init()
133 …if ((err = cipher_descriptor[cipher_idx]->setup(md->chc.state, cipher_blocksize, 0, key)) != CRYPT… in s_chc_compress()
/optee_os-3.20.0/core/arch/arm/dts/
A Dstm32mp15xx-dhcom-som.dtsi167 st,fmc2-ebi-cs-address-setup-ns = <5>;
170 st,fmc2-ebi-cs-data-setup-ns = <45>;
172 st,fmc2-ebi-cs-write-address-setup-ns = <5>;
175 st,fmc2-ebi-cs-write-data-setup-ns = <45>;
/optee_os-3.20.0/core/lib/libtomcrypt/src/mac/pmac/
A Dpmac_init.c73 if ((err = cipher_descriptor[cipher]->setup(key, keylen, 0, &pmac->key)) != CRYPT_OK) { in pmac_init()
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/ocb/
A Docb_init.c69 if ((err = cipher_descriptor[cipher]->setup(key, keylen, 0, &ocb->key)) != CRYPT_OK) { in ocb_init()
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/ocb3/
A Docb3_init.c133 if ((err = cipher_descriptor[cipher]->setup(key, keylen, 0, &ocb->key)) != CRYPT_OK) { in ocb3_init()
/optee_os-3.20.0/core/lib/libtomcrypt/
A Daes_accel.c232 .setup = rijndael_setup,
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_cipher.h396 int (*setup)(const unsigned char *key, int keylen, int num_rounds, symmetric_key *skey); member

Completed in 31 milliseconds

12