Lines Matching refs:algo
357 TEE_Result drvcrypt_hash_alloc_ctx(struct crypto_hash_ctx **ctx, uint32_t algo);
361 uint32_t algo __unused) in drvcrypt_hash_alloc_ctx()
369 uint32_t algo);
373 uint32_t algo __unused) in drvcrypt_cipher_alloc_ctx()
381 TEE_Result drvcrypt_mac_alloc_ctx(struct crypto_mac_ctx **ctx, uint32_t algo);
385 uint32_t algo __unused) in drvcrypt_mac_alloc_ctx()
394 uint32_t algo);
398 uint32_t algo __unused) in drvcrypt_authenc_alloc_ctx()
414 TEE_Result (*verify)(uint32_t algo, struct ecc_public_key *key,
433 TEE_Result (*sign)(uint32_t algo, struct ecc_keypair *key,
532 TEE_Result sw_crypto_acipher_rsaes_decrypt(uint32_t algo,
541 TEE_Result sw_crypto_acipher_rsaes_encrypt(uint32_t algo,
550 TEE_Result sw_crypto_acipher_rsassa_sign(uint32_t algo, struct rsa_keypair *key,
555 TEE_Result sw_crypto_acipher_rsassa_verify(uint32_t algo,