Home
last modified time | relevance | path

Searched defs:operation (Results 1 – 22 of 22) sorted by relevance

/optee_os/lib/libutee/
H A Dtee_api_operations.c38 TEE_Result TEE_AllocateOperation(TEE_OperationHandle *operation, in TEE_AllocateOperation()
418 void TEE_FreeOperation(TEE_OperationHandle operation) in TEE_FreeOperation()
438 void __GP11_TEE_FreeOperation(TEE_OperationHandle operation) in __GP11_TEE_FreeOperation()
445 void TEE_GetOperationInfo(TEE_OperationHandle operation, in TEE_GetOperationInfo()
549 __GP11_TEE_GetOperationInfoMultiple(TEE_OperationHandle operation, in __GP11_TEE_GetOperationInfoMultiple()
578 void TEE_ResetOperation(TEE_OperationHandle operation) in TEE_ResetOperation()
589 TEE_Result TEE_SetOperationKey(TEE_OperationHandle operation, in TEE_SetOperationKey()
665 TEE_Result __GP11_TEE_SetOperationKey(TEE_OperationHandle operation, in __GP11_TEE_SetOperationKey()
675 static TEE_Result set_operation_key2(TEE_OperationHandle operation, in set_operation_key2()
799 TEE_Result TEE_SetOperationKey2(TEE_OperationHandle operation, in TEE_SetOperationKey2()
[all …]
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_pake.c128 static psa_status_t psa_pake_ecjpake_setup(mbedtls_psa_pake_operation_t *operation) in psa_pake_ecjpake_setup()
155 psa_status_t mbedtls_psa_pake_setup(mbedtls_psa_pake_operation_t *operation, in mbedtls_psa_pake_setup()
283 mbedtls_psa_pake_operation_t *operation, in mbedtls_psa_pake_output_internal()
391 psa_status_t mbedtls_psa_pake_output(mbedtls_psa_pake_operation_t *operation, in mbedtls_psa_pake_output()
404 mbedtls_psa_pake_operation_t *operation, in mbedtls_psa_pake_input_internal()
510 psa_status_t mbedtls_psa_pake_input(mbedtls_psa_pake_operation_t *operation, in mbedtls_psa_pake_input()
522 mbedtls_psa_pake_operation_t *operation, in mbedtls_psa_pake_get_implicit_key()
548 psa_status_t mbedtls_psa_pake_abort(mbedtls_psa_pake_operation_t *operation) in mbedtls_psa_pake_abort()
H A Dpsa_crypto_mac.c157 static psa_status_t cmac_setup(mbedtls_psa_mac_operation_t *operation, in cmac_setup()
203 mbedtls_psa_mac_operation_t *operation, in mac_init()
234 psa_status_t mbedtls_psa_mac_abort(mbedtls_psa_mac_operation_t *operation) in mbedtls_psa_mac_abort()
271 static psa_status_t psa_mac_setup(mbedtls_psa_mac_operation_t *operation, in psa_mac_setup()
320 mbedtls_psa_mac_operation_t *operation, in mbedtls_psa_mac_sign_setup()
331 mbedtls_psa_mac_operation_t *operation, in mbedtls_psa_mac_verify_setup()
342 mbedtls_psa_mac_operation_t *operation, in mbedtls_psa_mac_update()
373 mbedtls_psa_mac_operation_t *operation, in psa_mac_finish_internal()
404 mbedtls_psa_mac_operation_t *operation, in mbedtls_psa_mac_sign_finish()
424 mbedtls_psa_mac_operation_t *operation, in mbedtls_psa_mac_verify_finish()
[all …]
H A Dpsa_crypto_hash.c22 mbedtls_psa_hash_operation_t *operation) in mbedtls_psa_hash_abort()
92 mbedtls_psa_hash_operation_t *operation, in mbedtls_psa_hash_setup()
262 mbedtls_psa_hash_operation_t *operation, in mbedtls_psa_hash_update()
341 mbedtls_psa_hash_operation_t *operation, in mbedtls_psa_hash_finish()
441 mbedtls_psa_hash_operation_t operation = MBEDTLS_PSA_HASH_OPERATION_INIT; in mbedtls_psa_hash_compute() local
H A Dpsa_crypto_aead.c27 mbedtls_psa_aead_operation_t *operation, in psa_aead_setup()
127 mbedtls_psa_aead_operation_t operation = MBEDTLS_PSA_AEAD_OPERATION_INIT; in mbedtls_psa_aead_encrypt() local
239 mbedtls_psa_aead_operation_t operation = MBEDTLS_PSA_AEAD_OPERATION_INIT; in mbedtls_psa_aead_decrypt() local
322 mbedtls_psa_aead_operation_t *operation, in mbedtls_psa_aead_encrypt_setup()
343 mbedtls_psa_aead_operation_t *operation, in mbedtls_psa_aead_decrypt_setup()
363 mbedtls_psa_aead_operation_t *operation, in mbedtls_psa_aead_set_nonce()
421 mbedtls_psa_aead_operation_t *operation, in mbedtls_psa_aead_set_lengths()
445 mbedtls_psa_aead_operation_t *operation, in mbedtls_psa_aead_update_ad()
485 mbedtls_psa_aead_operation_t *operation, in mbedtls_psa_aead_update()
550 mbedtls_psa_aead_operation_t *operation, in mbedtls_psa_aead_finish()
[all …]
H A Dpsa_crypto_driver_wrappers.h461 psa_sign_hash_interruptible_operation_t *operation ) in psa_driver_wrapper_sign_hash_get_num_ops()
485 psa_verify_hash_interruptible_operation_t *operation ) in psa_driver_wrapper_verify_hash_get_num_ops()
510 psa_sign_hash_interruptible_operation_t *operation, in psa_driver_wrapper_sign_hash_start()
555 psa_sign_hash_interruptible_operation_t *operation, in psa_driver_wrapper_sign_hash_complete()
582 psa_sign_hash_interruptible_operation_t *operation ) in psa_driver_wrapper_sign_hash_abort()
601 psa_verify_hash_interruptible_operation_t *operation, in psa_driver_wrapper_verify_hash_start()
648 psa_verify_hash_interruptible_operation_t *operation ) in psa_driver_wrapper_verify_hash_complete()
669 psa_verify_hash_interruptible_operation_t *operation ) in psa_driver_wrapper_verify_hash_abort()
1243 psa_cipher_operation_t *operation, in psa_driver_wrapper_cipher_encrypt_setup()
1316 psa_cipher_operation_t *operation, in psa_driver_wrapper_cipher_decrypt_setup()
[all …]
H A Dpsa_crypto_cipher.c280 mbedtls_psa_cipher_operation_t *operation, in psa_cipher_setup()
358 mbedtls_psa_cipher_operation_t *operation, in mbedtls_psa_cipher_encrypt_setup()
369 mbedtls_psa_cipher_operation_t *operation, in mbedtls_psa_cipher_decrypt_setup()
380 mbedtls_psa_cipher_operation_t *operation, in mbedtls_psa_cipher_set_iv()
497 mbedtls_psa_cipher_operation_t *operation, in mbedtls_psa_cipher_update()
550 mbedtls_psa_cipher_operation_t *operation, in mbedtls_psa_cipher_finish()
588 mbedtls_psa_cipher_operation_t *operation) in mbedtls_psa_cipher_abort()
615 mbedtls_psa_cipher_operation_t operation = MBEDTLS_PSA_CIPHER_OPERATION_INIT; in mbedtls_psa_cipher_encrypt() local
671 mbedtls_psa_cipher_operation_t operation = MBEDTLS_PSA_CIPHER_OPERATION_INIT; in mbedtls_psa_cipher_decrypt() local
H A Dpsa_crypto.c2374 psa_status_t psa_hash_abort(psa_hash_operation_t *operation) in psa_hash_abort()
2387 psa_status_t psa_hash_setup(psa_hash_operation_t *operation, in psa_hash_setup()
2420 psa_status_t psa_hash_update(psa_hash_operation_t *operation, in psa_hash_update()
2450 static psa_status_t psa_hash_finish_internal(psa_hash_operation_t *operation, in psa_hash_finish_internal()
2469 psa_status_t psa_hash_finish(psa_hash_operation_t *operation, in psa_hash_finish()
2487 psa_status_t psa_hash_verify(psa_hash_operation_t *operation, in psa_hash_verify()
2623 psa_status_t psa_mac_abort(psa_mac_operation_t *operation) in psa_mac_abort()
2691 static psa_status_t psa_mac_setup(psa_mac_operation_t *operation, in psa_mac_setup()
2754 psa_status_t psa_mac_sign_setup(psa_mac_operation_t *operation, in psa_mac_sign_setup()
2761 psa_status_t psa_mac_verify_setup(psa_mac_operation_t *operation, in psa_mac_verify_setup()
[all …]
H A Dcipher_wrap.c175 static int aes_crypt_ecb_wrap(void *ctx, mbedtls_operation_t operation, in aes_crypt_ecb_wrap()
182 static int aes_crypt_cbc_wrap(void *ctx, mbedtls_operation_t operation, size_t length, in aes_crypt_cbc_wrap()
191 static int aes_crypt_cfb128_wrap(void *ctx, mbedtls_operation_t operation, in aes_crypt_cfb128_wrap()
220 static int aes_crypt_xts_wrap(void *ctx, mbedtls_operation_t operation, in aes_crypt_xts_wrap()
797 static int camellia_crypt_ecb_wrap(void *ctx, mbedtls_operation_t operation, in camellia_crypt_ecb_wrap()
805 static int camellia_crypt_cbc_wrap(void *ctx, mbedtls_operation_t operation, in camellia_crypt_cbc_wrap()
815 static int camellia_crypt_cfb128_wrap(void *ctx, mbedtls_operation_t operation, in camellia_crypt_cfb128_wrap()
1222 static int aria_crypt_ecb_wrap(void *ctx, mbedtls_operation_t operation, in aria_crypt_ecb_wrap()
1231 static int aria_crypt_cbc_wrap(void *ctx, mbedtls_operation_t operation, in aria_crypt_cbc_wrap()
1241 static int aria_crypt_cfb128_wrap(void *ctx, mbedtls_operation_t operation, in aria_crypt_cfb128_wrap()
[all …]
H A Dssl_cookie.c194 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in mbedtls_ssl_cookie_write() local
283 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in mbedtls_ssl_cookie_check() local
H A Dssl_msg.c94 psa_hash_operation_t operation = PSA_HASH_OPERATION_INIT; in mbedtls_ct_hmac() local
1045 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in mbedtls_ssl_encrypt_buf() local
1378 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in mbedtls_ssl_encrypt_buf() local
1722 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in mbedtls_ssl_decrypt_buf() local
H A Dssl_tls13_keys.c151 psa_key_derivation_operation_t operation = in mbedtls_ssl_tls13_hkdf_expand_label() local
349 psa_key_derivation_operation_t operation = in mbedtls_ssl_tls13_evolve_secret() local
H A Dcipher.c345 const mbedtls_operation_t operation) in mbedtls_cipher_setkey()
/optee_os/core/drivers/
H A Dls_i2c.c241 struct i2c_operation *operation, in i2c_read()
298 struct i2c_operation *operation) in i2c_write()
378 struct i2c_operation *operation = NULL; in i2c_bus_xfer() local
H A Dversal_huk.c83 uint32_t operation; member
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dctr_drbg.h178 psa_cipher_operation_t operation; member
/optee_os/core/drivers/crypto/caam/
H A Dcaam_desc.c116 uint32_t operation = pre_op; in caam_desc_add_dmaobj() local
/optee_os/core/include/drivers/
H A Dls_i2c.h169 struct i2c_operation *operation; member
/optee_os/core/drivers/crypto/caam/acipher/
H A Dcaam_rsa.c1226 uint32_t operation) in do_caam_encrypt()
1358 uint32_t operation) in do_caam_decrypt()
/optee_os/core/drivers/crypto/versal/include/
H A Dipi.h44 uint32_t operation; member
/optee_os/ta/pkcs11/src/
H A Dprocessing.c829 enum processing_func operation = PKCS11_FUNCTION_UNKNOWN; in entry_processing_key() local
/optee_os/core/drivers/crypto/versal/
H A Dauthenc.c155 uint32_t operation; member