Home
last modified time | relevance | path

Searched refs:_ECParameters (Results 1 – 4 of 4) sorted by relevance

/dports/security/erlang-jose/erlang-jose-1.11.1/src/jwk/
H A Djose_jwk_kty_ec.erl311 to_der(ECPublicKey={#'ECPoint'{}, _ECParameters}) ->
316 to_der(Password, ECPublicKey={#'ECPoint'{}, _ECParameters}) ->
322 to_pem(ECPublicKey={#'ECPoint'{}, _ECParameters}) ->
328 to_pem(Password, ECPublicKey={#'ECPoint'{}, _ECParameters}) ->
/dports/security/elixir-jose/erlang-jose-1.11.1/src/jwk/
H A Djose_jwk_kty_ec.erl311 to_der(ECPublicKey={#'ECPoint'{}, _ECParameters}) ->
316 to_der(Password, ECPublicKey={#'ECPoint'{}, _ECParameters}) ->
322 to_pem(ECPublicKey={#'ECPoint'{}, _ECParameters}) ->
328 to_pem(Password, ECPublicKey={#'ECPoint'{}, _ECParameters}) ->
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/jose/src/jwk/
H A Djose_jwk_kty_ec.erl311 to_der(ECPublicKey={#'ECPoint'{}, _ECParameters}) ->
316 to_der(Password, ECPublicKey={#'ECPoint'{}, _ECParameters}) ->
322 to_pem(ECPublicKey={#'ECPoint'{}, _ECParameters}) ->
328 to_pem(Password, ECPublicKey={#'ECPoint'{}, _ECParameters}) ->
/dports/devel/xmltooling/xmltooling-3.2.1/xmltooling/signature/impl/
H A DKeyInfoImpl.cpp267 static const XMLCh _ECParameters[] = UNICODE_LITERAL_12(E,C,P,a,r,a,m,e,t,e,r,s); in processChildElement() local
268 …if (XMLString::equals(root->getLocalName(), _ECParameters) && XMLString::equals(root->getNamespace… in processChildElement()