/aosp_15_r20/external/tink/go/jwt/ |
H A D | jwt_hmac_key_manager.go | 63 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 D | jwt_ecdsa_signer_key_manager.go | 72 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 D | jwt_rsa_ssa_pss_signer_key_manager_test.go | 395 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 D | jwt_rsa_ssa_pkcs1_verifier_key_manager.go | 75 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 D | jwt_rsa_ssa_pss_verify_key_manager_test.go | 129 Algorithm: validPubKey.GetAlgorithm(), 149 Algorithm: validPubKey.GetAlgorithm(), 159 Algorithm: validPubKey.GetAlgorithm(), 169 Algorithm: validPubKey.GetAlgorithm(),
|
H A D | jwt_rsa_ssa_pkcs1_verifier_key_manager_test.go | 129 Algorithm: validPubKey.GetAlgorithm(), 149 Algorithm: validPubKey.GetAlgorithm(), 159 Algorithm: validPubKey.GetAlgorithm(), 169 Algorithm: validPubKey.GetAlgorithm(),
|
H A D | jwt_ecdsa_verifier_key_manager.go | 70 params, ok := esAlgToParams[pubKey.GetAlgorithm()] 78 return newVerifierWithKID(tv, pubKey.GetAlgorithm().String(), ecdsaCustomKID(pubKey))
|
H A D | jwt_rsa_ssa_pkcs1_signer_key_manager_test.go | 466 Algorithm: validPrivKey.GetPublicKey().GetAlgorithm(), 504 Algorithm: validPrivKey.GetPublicKey().GetAlgorithm(), 523 Algorithm: validPrivKey.GetPublicKey().GetAlgorithm(), 674 got, want := pubKey.GetAlgorithm(), tc.keyFormat.GetAlgorithm()
|
H A D | jwt_rsa_ssa_pss_verify_key_manager.go | 79 algorithm := pubKey.GetAlgorithm() 110 if _, ok := validPSAlgToHash[pubKey.GetAlgorithm()]; !ok {
|
H A D | jwt_rsa_ssa_pkcs1_signer_key_manager.go | 84 alg := privKey.GetPublicKey().GetAlgorithm() 137 Algorithm: keyFormat.GetAlgorithm(),
|
H A D | jwt_rsa_ssa_pss_signer_key_manager.go | 80 algorithm := privKey.GetPublicKey().GetAlgorithm() 130 Algorithm: keyFormat.GetAlgorithm(),
|
H A D | jwk_converter.go | 431 alg, ok := psAlgToStr[pubKey.GetAlgorithm()] 466 alg, ok := rsAlgToStr[pubKey.GetAlgorithm()] 500 switch pubKey.GetAlgorithm() {
|
H A D | jwt_ecdsa_signer_key_manager_test.go | 129 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 D | jwt_hmac.pb.go | 143 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 D | jwt_ecdsa.pb.go | 146 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 D | jwt_rsa_ssa_pss.pb.go | 148 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 D | jwt_rsa_ssa_pkcs1.pb.go | 148 func (x *JwtRsaSsaPkcs1PublicKey) GetAlgorithm() JwtRsaSsaPkcs1Algorithm { func 343 func (x *JwtRsaSsaPkcs1KeyFormat) GetAlgorithm() JwtRsaSsaPkcs1Algorithm { func
|
/aosp_15_r20/external/openthread/src/core/net/ |
H A D | dns_types.hpp | 2235 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 D | dns_types.cpp | 1206 GetAlgorithm() == kAlgorithmEcdsaP256Sha256; in IsValid()
|
H A D | srp_server.cpp | 1287 …VerifyOrExit(sigRecord.GetAlgorithm() == Dns::KeyRecord::kAlgorithmEcdsaP256Sha256, error = kError… in ProcessAdditionalSection()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | cudnn_rnn_ops.cc | 1953 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 D | vk_mem_alloc.h | 5838 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 D | vk_mem_alloc.h | 10914 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 D | vk_mem_alloc.h | 10890 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()
|