• Home
  • Raw
  • Download

Lines Matching refs:Algorithm

24     Algorithm::Algorithm, BlockMode::BlockMode, Digest::Digest, EcCurve::EcCurve,
629 .algorithm(Algorithm::EC) in generate_ec_p256_signing_key()
679 .algorithm(Algorithm::EC) in generate_ec_key()
719 .algorithm(Algorithm::RSA) in generate_rsa_key()
801 algorithm: Algorithm, in generate_sym_key() argument
853 .algorithm(Algorithm::HMAC) in generate_hmac_key()
891 algorithm: Algorithm, in generate_attestation_key() argument
894 assert!(algorithm == Algorithm::RSA || algorithm == Algorithm::EC); in generate_attestation_key()
896 if algorithm == Algorithm::RSA { in generate_attestation_key()
930 .algorithm(Algorithm::EC) in generate_ec_attestation_key()
988 .algorithm(Algorithm::EC) in generate_ec_256_attested_key()
1047 &KeyParameter { tag: Tag::ALGORITHM, value: KeyParameterValue::Algorithm(Algorithm::RSA) } in import_rsa_2048_key()
1111 &KeyParameter { tag: Tag::ALGORITHM, value: KeyParameterValue::Algorithm(Algorithm::EC) } in import_ec_p_256_key()
1143 .algorithm(Algorithm::AES) in import_aes_key()
1163 &KeyParameter { tag: Tag::ALGORITHM, value: KeyParameterValue::Algorithm(Algorithm::AES) } in import_aes_key()
1202 .algorithm(Algorithm::TRIPLE_DES) in import_3des_key()
1224 value: KeyParameterValue::Algorithm(Algorithm::TRIPLE_DES) in import_3des_key()
1262 .algorithm(Algorithm::HMAC) in import_hmac_key()
1282 &KeyParameter { tag: Tag::ALGORITHM, value: KeyParameterValue::Algorithm(Algorithm::HMAC) } in import_hmac_key()
1308 .algorithm(Algorithm::RSA) in import_wrapping_key()
1382 .algorithm(Algorithm::AES) in import_transport_key()
1411 .algorithm(Algorithm::EC) in generate_ec_agree_key()
1464 algorithm: Algorithm, in generate_key_with_attest_id() argument
1471 assert!(algorithm == Algorithm::RSA || algorithm == Algorithm::EC); in generate_key_with_attest_id()
1474 if algorithm == Algorithm::EC { in generate_key_with_attest_id()
1477 .algorithm(Algorithm::EC) in generate_key_with_attest_id()
1486 .algorithm(Algorithm::RSA) in generate_key_with_attest_id()
1573 KeyParameterValue::Algorithm(Algorithm::RSA) in generate_key()
1574 | KeyParameterValue::Algorithm(Algorithm::EC) in generate_key()