Home
last modified time | relevance | path

Searched refs:TEE_ERROR_NOT_IMPLEMENTED (Results 1 – 25 of 54) sorted by relevance

123

/optee_os-3.20.0/core/crypto/
A Dcrypto.c28 if (res == TEE_ERROR_NOT_IMPLEMENTED) { in crypto_hash_alloc_ctx()
150 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_cipher_alloc_ctx()
461 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_bignum_bin2bn()
525 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_alloc_rsa_keypair()
532 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_alloc_rsa_public_key()
546 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_gen_rsa_key()
555 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_rsanopad_decrypt()
564 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_rsanopad_encrypt()
576 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_rsaes_decrypt()
588 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_rsaes_encrypt()
[all …]
/optee_os-3.20.0/core/drivers/crypto/crypto_api/acipher/
A Ddsa.c30 return TEE_ERROR_NOT_IMPLEMENTED; in get_keys_size()
40 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_alloc_dsa_keypair()
57 ret = TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_alloc_dsa_keypair()
68 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_alloc_dsa_public_key()
85 ret = TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_alloc_dsa_public_key()
95 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_gen_dsa_key()
112 ret = TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_gen_dsa_key()
172 ret = TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_dsa_sign()
223 ret = TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_dsa_verify()
A Drsa.c20 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_alloc_rsa_keypair()
42 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_alloc_rsa_public_key()
88 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_gen_rsa_key()
112 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_rsanopad_decrypt()
151 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_rsanopad_encrypt()
409 ret = TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_rsassa_sign()
413 if (ret == TEE_ERROR_NOT_IMPLEMENTED) in crypto_acipher_rsassa_sign()
419 ret = TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_rsassa_sign()
487 ret = TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_rsassa_verify()
491 if (ret == TEE_ERROR_NOT_IMPLEMENTED) in crypto_acipher_rsassa_verify()
[all …]
A Ddh.c15 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_alloc_dh_keypair()
36 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_gen_dh_key()
91 ret = TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_dh_shared_secret()
A Decc.c122 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in ecc_generate_keypair()
207 ret = TEE_ERROR_NOT_IMPLEMENTED; in ecc_sign()
267 ret = TEE_ERROR_NOT_IMPLEMENTED; in ecc_verify()
335 ret = TEE_ERROR_NOT_IMPLEMENTED; in ecc_shared_secret()
352 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in drvcrypt_asym_alloc_ecc_keypair()
389 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in drvcrypt_asym_alloc_ecc_public_key()
/optee_os-3.20.0/core/lib/libtomcrypt/
A Dacipher_helpers.h68 return TEE_ERROR_NOT_IMPLEMENTED; in sm2_ltc_dsa_sign()
76 return TEE_ERROR_NOT_IMPLEMENTED; in sm2_ltc_dsa_verify()
94 return TEE_ERROR_NOT_IMPLEMENTED; in sm2_ltc_pke_decrypt()
102 return TEE_ERROR_NOT_IMPLEMENTED; in sm2_ltc_pke_encrypt()
A Decc.c433 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_keypair()
440 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_keypair()
447 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_keypair()
453 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_keypair()
511 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_public_key()
518 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_public_key()
525 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_public_key()
531 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_public_key()
/optee_os-3.20.0/core/drivers/crypto/se050/core/
A Decc.c180 return TEE_ERROR_NOT_IMPLEMENTED; in ecc_get_key_size()
184 return TEE_ERROR_NOT_IMPLEMENTED; in ecc_get_key_size()
187 return TEE_ERROR_NOT_IMPLEMENTED; in ecc_get_key_size()
393 return TEE_ERROR_NOT_IMPLEMENTED; in gen_fallback()
406 return TEE_ERROR_NOT_IMPLEMENTED; in shared_secret_fallback()
409 return TEE_ERROR_NOT_IMPLEMENTED; in shared_secret_fallback()
413 return TEE_ERROR_NOT_IMPLEMENTED; in shared_secret_fallback()
425 return TEE_ERROR_NOT_IMPLEMENTED; in verify_fallback()
436 return TEE_ERROR_NOT_IMPLEMENTED; in sign_fallback()
439 return TEE_ERROR_NOT_IMPLEMENTED; in sign_fallback()
[all …]
A Drsa.c615 return TEE_ERROR_NOT_IMPLEMENTED; in do_gen_keypair()
671 return TEE_ERROR_NOT_IMPLEMENTED; in encrypt_fallback()
743 return TEE_ERROR_NOT_IMPLEMENTED; in decrypt_fallback()
746 return TEE_ERROR_NOT_IMPLEMENTED; in decrypt_fallback()
815 return TEE_ERROR_NOT_IMPLEMENTED; in do_decrypt()
821 return TEE_ERROR_NOT_IMPLEMENTED; in sign_ssa_fallback()
824 return TEE_ERROR_NOT_IMPLEMENTED; in sign_ssa_fallback()
873 return TEE_ERROR_NOT_IMPLEMENTED; in verify_ssa_fallback()
A Dcipher.c66 return TEE_ERROR_NOT_IMPLEMENTED; in do_allocate()
/optee_os-3.20.0/core/drivers/crypto/crypto_api/authenc/
A Dauthenc.c81 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in authenc_init()
121 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in authenc_update_aad()
156 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in authenc_update_payload()
202 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in authenc_enc_final()
250 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in authenc_dec_final()
308 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in drvcrypt_authenc_alloc_ctx()
/optee_os-3.20.0/core/include/crypto/
A Dcrypto_impl.h35 { return TEE_ERROR_NOT_IMPLEMENTED; }
283 return TEE_ERROR_NOT_IMPLEMENTED; in drvcrypt_hash_alloc_ctx()
295 return TEE_ERROR_NOT_IMPLEMENTED; in drvcrypt_cipher_alloc_ctx()
307 return TEE_ERROR_NOT_IMPLEMENTED; in drvcrypt_mac_alloc_ctx()
320 return TEE_ERROR_NOT_IMPLEMENTED; in drvcrypt_authenc_alloc_ctx()
382 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_public_key()
402 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_keypair()
419 return TEE_ERROR_NOT_IMPLEMENTED; in drvcrypt_asym_alloc_ecc_public_key()
427 return TEE_ERROR_NOT_IMPLEMENTED; in drvcrypt_asym_alloc_ecc_keypair()
/optee_os-3.20.0/core/pta/
A Dapdu.c54 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in invoke_command()
80 return TEE_ERROR_NOT_IMPLEMENTED; in invoke_command()
A Dscp03.c38 return TEE_ERROR_NOT_IMPLEMENTED; in invoke_command()
A Dhwrng.c74 return TEE_ERROR_NOT_IMPLEMENTED; in invoke_command()
/optee_os-3.20.0/core/include/drivers/
A Dimx_snvs.h24 return TEE_ERROR_NOT_IMPLEMENTED; in imx_snvs_set_master_otpmk()
/optee_os-3.20.0/core/drivers/crypto/se050/core/include/
A Dse050_cipher_algorithms.h17 return TEE_ERROR_NOT_IMPLEMENTED; in se050_aes_ctr_allocate()
/optee_os-3.20.0/lib/libmbedtls/core/
A Decc.c451 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_keypair()
458 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_keypair()
465 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_keypair()
471 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_keypair()
551 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_public_key()
558 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_public_key()
565 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_public_key()
571 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_public_key()
/optee_os-3.20.0/core/drivers/crypto/crypto_api/hash/
A Dhash.c15 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in drvcrypt_hash_alloc_ctx()
/optee_os-3.20.0/core/drivers/crypto/crypto_api/cipher/
A Dcipher.c78 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in cipher_init()
120 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in cipher_update()
174 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in drvcrypt_cipher_alloc_ctx()
/optee_os-3.20.0/core/drivers/crypto/crypto_api/mac/
A Dmac.c15 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in drvcrypt_mac_alloc_ctx()
/optee_os-3.20.0/core/drivers/imx/mu/
A Dimx_mu.c26 return TEE_ERROR_NOT_IMPLEMENTED; in imx_mu_plat_send()
33 return TEE_ERROR_NOT_IMPLEMENTED; in imx_mu_plat_receive()
/optee_os-3.20.0/core/include/kernel/
A Ddt_driver.h167 return TEE_ERROR_NOT_IMPLEMENTED; in dt_driver_test_status()
/optee_os-3.20.0/core/arch/arm/mm/
A Dcore_mmu.c92 return TEE_ERROR_NOT_IMPLEMENTED; in cache_op_inner()
127 ret = TEE_ERROR_NOT_IMPLEMENTED; in cache_op_outer()
/optee_os-3.20.0/core/pta/bcm/
A Dsotp.c64 return TEE_ERROR_NOT_IMPLEMENTED; in pta_sotp_write()

Completed in 46 milliseconds

123