Home
last modified time | relevance | path

Searched refs:GetAlgorithm (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/tink/go/jwt/
H A Djwt_hmac_key_manager.go63 hashAlg, ok := hsAlgToHash[key.GetAlgorithm()]
65 return nil, fmt.Errorf("invalid algorithm: '%v'", key.GetAlgorithm())
80 return newMACWithKID(mac, key.GetAlgorithm().String(), kid)
96 Algorithm: keyFormat.GetAlgorithm(),
134 minKeySizeBytes, ok := hsAlgToMinKeySizeBytes[key.GetAlgorithm()]
136 return fmt.Errorf("invalid algorithm: '%v'", key.GetAlgorithm())
148 minKeySizeBytes, ok := hsAlgToMinKeySizeBytes[keyFormat.GetAlgorithm()]
150 return fmt.Errorf("invalid algorithm: '%v'", keyFormat.GetAlgorithm())
H A Djwt_ecdsa_signer_key_manager.go72 return newSignerWithKID(ts, pubKey.GetAlgorithm().String(), kid)
83 params, ok := esAlgToParams[keyFormat.GetAlgorithm()]
95 Algorithm: keyFormat.GetAlgorithm(),
156 params, ok := esAlgToParams[key.GetPublicKey().GetAlgorithm()]
H A Djwt_rsa_ssa_pss_signer_key_manager_test.go395 Algorithm: validPrivKey.GetPublicKey().GetAlgorithm(),
433 Algorithm: validPrivKey.GetPublicKey().GetAlgorithm(),
452 Algorithm: validPrivKey.GetPublicKey().GetAlgorithm(),
564 if pubKey.GetAlgorithm() != keyFormat.GetAlgorithm() {
565 t.Errorf("GetAlgorithm() = %v, want %v", pubKey.GetAlgorithm(), keyFormat.GetAlgorithm())
H A Djwt_rsa_ssa_pkcs1_verifier_key_manager.go75 v, err := signature.New_RSA_SSA_PKCS1_Verifier(validRSAlgToHash[pubKey.GetAlgorithm()], rsaPubKey)
79 return newVerifierWithKID(v, pubKey.GetAlgorithm().String(), rsCustomKID(pubKey))
105 if _, ok := validRSAlgToHash[pubKey.GetAlgorithm()]; !ok {
H A Djwt_rsa_ssa_pss_verify_key_manager_test.go129 Algorithm: validPubKey.GetAlgorithm(),
149 Algorithm: validPubKey.GetAlgorithm(),
159 Algorithm: validPubKey.GetAlgorithm(),
169 Algorithm: validPubKey.GetAlgorithm(),
H A Djwt_rsa_ssa_pkcs1_verifier_key_manager_test.go129 Algorithm: validPubKey.GetAlgorithm(),
149 Algorithm: validPubKey.GetAlgorithm(),
159 Algorithm: validPubKey.GetAlgorithm(),
169 Algorithm: validPubKey.GetAlgorithm(),
H A Djwt_ecdsa_verifier_key_manager.go70 params, ok := esAlgToParams[pubKey.GetAlgorithm()]
78 return newVerifierWithKID(tv, pubKey.GetAlgorithm().String(), ecdsaCustomKID(pubKey))
H A Djwt_rsa_ssa_pkcs1_signer_key_manager_test.go466 Algorithm: validPrivKey.GetPublicKey().GetAlgorithm(),
504 Algorithm: validPrivKey.GetPublicKey().GetAlgorithm(),
523 Algorithm: validPrivKey.GetPublicKey().GetAlgorithm(),
674 got, want := pubKey.GetAlgorithm(), tc.keyFormat.GetAlgorithm()
H A Djwt_rsa_ssa_pss_verify_key_manager.go79 algorithm := pubKey.GetAlgorithm()
110 if _, ok := validPSAlgToHash[pubKey.GetAlgorithm()]; !ok {
H A Djwt_rsa_ssa_pkcs1_signer_key_manager.go84 alg := privKey.GetPublicKey().GetAlgorithm()
137 Algorithm: keyFormat.GetAlgorithm(),
H A Djwt_rsa_ssa_pss_signer_key_manager.go80 algorithm := privKey.GetPublicKey().GetAlgorithm()
130 Algorithm: keyFormat.GetAlgorithm(),
H A Djwk_converter.go431 alg, ok := psAlgToStr[pubKey.GetAlgorithm()]
466 alg, ok := rsAlgToStr[pubKey.GetAlgorithm()]
500 switch pubKey.GetAlgorithm() {
H A Djwt_ecdsa_signer_key_manager_test.go129 if pubKey.GetAlgorithm() != tc.algorithm {
130 t.Errorf("pubKey.GetAlgorithm() = %q, want %q", pubKey.GetAlgorithm(), tc.algorithm)
/aosp_15_r20/external/tink/go/proto/jwt_hmac_go_proto/
H A Djwt_hmac.pb.go143 func (x *JwtHmacKey) GetAlgorithm() JwtHmacAlgorithm { func
213 func (x *JwtHmacKeyFormat) GetAlgorithm() JwtHmacAlgorithm { func
/aosp_15_r20/external/tink/go/proto/jwt_ecdsa_go_proto/
H A Djwt_ecdsa.pb.go146 func (x *JwtEcdsaPublicKey) GetAlgorithm() JwtEcdsaAlgorithm { func
287 func (x *JwtEcdsaKeyFormat) GetAlgorithm() JwtEcdsaAlgorithm { func
/aosp_15_r20/external/tink/go/proto/jwt_rsa_ssa_pss_go_proto/
H A Djwt_rsa_ssa_pss.pb.go148 func (x *JwtRsaSsaPssPublicKey) GetAlgorithm() JwtRsaSsaPssAlgorithm { func
343 func (x *JwtRsaSsaPssKeyFormat) GetAlgorithm() JwtRsaSsaPssAlgorithm { func
/aosp_15_r20/external/tink/go/proto/jwt_rsa_ssa_pkcs1_go_proto/
H A Djwt_rsa_ssa_pkcs1.pb.go148 func (x *JwtRsaSsaPkcs1PublicKey) GetAlgorithm() JwtRsaSsaPkcs1Algorithm { func
343 func (x *JwtRsaSsaPkcs1KeyFormat) GetAlgorithm() JwtRsaSsaPkcs1Algorithm { func
/aosp_15_r20/external/openthread/src/core/net/
H A Ddns_types.hpp2235 uint8_t GetAlgorithm(void) const { return mAlgorithm; } in GetAlgorithm() function in ot::Dns::KeyRecord
2361 uint8_t GetAlgorithm(void) const { return mAlgorithm; } in GetAlgorithm() function in ot::Dns::SigRecord
H A Ddns_types.cpp1206 GetAlgorithm() == kAlgorithmEcdsaP256Sha256; in IsValid()
H A Dsrp_server.cpp1287 …VerifyOrExit(sigRecord.GetAlgorithm() == Dns::KeyRecord::kAlgorithmEcdsaP256Sha256, error = kError… in ProcessAdditionalSection()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dcudnn_rnn_ops.cc1953 OP_REQUIRES_OK(context, GetAlgorithm(context, &algo_config)); in ComputeImpl()
1974 virtual Status GetAlgorithm(OpKernelContext* context, in GetAlgorithm() function in tensorflow::CudnnRNNBackwardOp
2089 Status GetAlgorithm(OpKernelContext* context, in GetAlgorithm() function in tensorflow::CudnnRNNBackwardOpV2
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dvk_mem_alloc.h5838 uint32_t GetAlgorithm() const { return m_Algorithm; } in GetAlgorithm() function
6351 VmaDefragmentationAlgorithm* GetAlgorithm() const { return m_pAlgorithm; } in GetAlgorithm() function
12322 pCtx->res = pCtx->GetAlgorithm()->Defragment(moves, maxBytesToMove, maxAllocationsToMove); in Defragment()
12327 const VkDeviceSize bytesMoved = pCtx->GetAlgorithm()->GetBytesMoved(); in Defragment()
12328 const uint32_t allocationsMoved = pCtx->GetAlgorithm()->GetAllocationsMoved(); in Defragment()
13255 if(pool->m_BlockVector.GetAlgorithm() == 0) in AddPools()
13306 if(hAllocPool->m_BlockVector.GetAlgorithm() == 0) in AddAllocations()
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/include/
H A Dvk_mem_alloc.h10914 uint32_t GetAlgorithm() const { return m_Algorithm; } in GetAlgorithm() function
16935 if (pInfo->pool->m_BlockVector.GetAlgorithm() & VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT) in vmaBeginDefragmentation()
/aosp_15_r20/external/skia/vma_android/include/
H A Dvk_mem_alloc.h10890 uint32_t GetAlgorithm() const { return m_Algorithm; } in GetAlgorithm() function
16867 if (pInfo->pool->m_BlockVector.GetAlgorithm() & VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT) in vmaBeginDefragmentation()