Lines Matching refs:Algorithm
20 Algorithm::Algorithm, BlockMode::BlockMode, Digest::Digest, EcCurve::EcCurve,
343 .algorithm(Algorithm::EC) in generate_ec_p256_signing_key()
387 .algorithm(Algorithm::EC) in generate_ec_key()
426 .algorithm(Algorithm::RSA) in generate_rsa_key()
479 algorithm: Algorithm, in generate_sym_key() argument
530 .algorithm(Algorithm::HMAC) in generate_hmac_key()
567 algorithm: Algorithm, in generate_attestation_key() argument
570 assert!(algorithm == Algorithm::RSA || algorithm == Algorithm::EC); in generate_attestation_key()
572 if algorithm == Algorithm::RSA { in generate_attestation_key()
616 .algorithm(Algorithm::EC) in generate_ec_attestation_key()
652 .algorithm(Algorithm::EC) in generate_ec_256_attested_key()
711 KeyParameter { tag: Tag::ALGORITHM, value: KeyParameterValue::Algorithm(Algorithm::RSA) } in import_rsa_2048_key()
771 KeyParameter { tag: Tag::ALGORITHM, value: KeyParameterValue::Algorithm(Algorithm::EC) } in import_ec_p_256_key()
803 .algorithm(Algorithm::AES) in import_aes_key()
820 KeyParameter { tag: Tag::ALGORITHM, value: KeyParameterValue::Algorithm(Algorithm::AES) } in import_aes_key()
859 .algorithm(Algorithm::TRIPLE_DES) in import_3des_key()
878 value: KeyParameterValue::Algorithm(Algorithm::TRIPLE_DES) in import_3des_key()
916 .algorithm(Algorithm::HMAC) in import_hmac_key()
933 KeyParameter { tag: Tag::ALGORITHM, value: KeyParameterValue::Algorithm(Algorithm::HMAC) } in import_hmac_key()
959 .algorithm(Algorithm::RSA) in import_wrapping_key()
1033 .algorithm(Algorithm::AES) in import_transport_key()
1062 .algorithm(Algorithm::EC) in generate_ec_agree_key()