Searched refs:algorithm_identifier (Results 1 – 4 of 4) sorted by relevance
438 let algorithm_identifier = AlgorithmIdentifier::from_der(ALGORITHM_IDENTIFIER_DER).unwrap(); in decode() localVariable440 assert_eq!(ID_EC_PUBLIC_KEY_OID, algorithm_identifier.algorithm); in decode()443 ObjectIdentifier::try_from(algorithm_identifier.parameters.unwrap()).unwrap() in decode()451 let algorithm_identifier = AlgorithmIdentifier { in encode() localVariable458 algorithm_identifier.to_der().unwrap() in encode()
118 fn algorithm_identifier(&self) -> Result<AlgorithmIdentifierOwned>; in algorithm_identifier() method126 fn algorithm_identifier(&self) -> Result<AlgorithmIdentifierOwned> { in algorithm_identifier() function
333 der::Input algorithm_identifier) { in ParseSignatureAlgorithm() argument336 if (!ParseAlgorithmIdentifier(algorithm_identifier, &oid, ¶ms)) { in ParseSignatureAlgorithm()
77 der::Input algorithm_identifier);