Lines Matching refs:TEE_ERROR_NOT_IMPLEMENTED

19 	TEE_Result res = TEE_ERROR_NOT_IMPLEMENTED;  in crypto_hash_alloc_ctx()
28 if (res == TEE_ERROR_NOT_IMPLEMENTED) { in crypto_hash_alloc_ctx()
99 TEE_Result res = TEE_ERROR_NOT_IMPLEMENTED; in crypto_cipher_alloc_ctx()
108 if (res == TEE_ERROR_NOT_IMPLEMENTED) { in crypto_cipher_alloc_ctx()
150 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_cipher_alloc_ctx()
239 if (res == TEE_ERROR_NOT_IMPLEMENTED) { in crypto_mac_alloc_ctx()
337 TEE_Result res = TEE_ERROR_NOT_IMPLEMENTED; in crypto_authenc_alloc_ctx()
346 if (res == TEE_ERROR_NOT_IMPLEMENTED) { in crypto_authenc_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()
599 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_rsassa_sign()
610 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_rsassa_verify()
618 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_alloc_dsa_keypair()
625 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_alloc_dsa_public_key()
631 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_gen_dsa_key()
641 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_dsa_sign()
651 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_dsa_verify()
659 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_alloc_dh_keypair()
667 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_gen_dh_key()
675 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_dh_shared_secret()
683 TEE_Result res = TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_alloc_ecc_public_key()
690 if (res == TEE_ERROR_NOT_IMPLEMENTED) in crypto_acipher_alloc_ecc_public_key()
701 TEE_Result res = TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_alloc_ecc_keypair()
708 if (res == TEE_ERROR_NOT_IMPLEMENTED) in crypto_acipher_alloc_ecc_keypair()
737 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_ecc_sign()
749 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_ecc_verify()
762 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_ecc_shared_secret()
775 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_sm2_pke_decrypt()
787 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_sm2_pke_encrypt()
802 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_sm2_kep_derive()
811 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_alloc_x25519_keypair()
817 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_gen_x25519_key()
827 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_x25519_shared_secret()
836 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_alloc_ed25519_keypair()
842 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_gen_ed25519_key()
851 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_ed25519_sign()
860 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_ed25519_verify()
872 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_ed25519ctx_sign()
885 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_ed25519ctx_verify()
891 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_storage_obj_del()