/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/credentials/jwt/ |
D | json_token.cc | 284 const char* sig_algo = GRPC_JWT_RSA_SHA256_ALGORITHM; in grpc_jwt_encode_and_sign() local 286 encoded_jwt_header(json_key->private_key_id, sig_algo), in grpc_jwt_encode_and_sign() 288 char* sig = compute_and_encode_signature(json_key, sig_algo, to_sign); in grpc_jwt_encode_and_sign()
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/credentials/jwt/ |
H A D | json_token.cc | 305 const char* sig_algo = GRPC_JWT_RSA_SHA256_ALGORITHM; local 307 encoded_jwt_header(json_key->private_key_id, sig_algo), 309 char* sig = compute_and_encode_signature(json_key, sig_algo, to_sign);
|
/aosp_15_r20/external/cronet/net/cert/ |
H A D | ct_serialization.cc | 159 uint8_t sig_algo; in DecodeDigitallySigned() local 162 if (!CBS_get_u8(input, &hash_algo) || !CBS_get_u8(input, &sig_algo) || in DecodeDigitallySigned() 169 !ConvertSignatureAlgorithm(sig_algo, &result.signature_algorithm)) { in DecodeDigitallySigned()
|
/aosp_15_r20/external/libwebm/mkvparser/ |
H A D | mkvparser.h | 225 unsigned long long sig_algo; member
|
H A D | mkvparser.cc | 4097 sig_algo(0), in ContentEncryption() 4458 encryption->sig_algo = UnserializeUInt(pReader, pos, size); in ParseEncryptionEntry()
|
/aosp_15_r20/external/libaom/third_party/libwebm/mkvparser/ |
H A D | mkvparser.h | 225 unsigned long long sig_algo; member
|
H A D | mkvparser.cc | 4098 sig_algo(0), in ContentEncryption() 4459 encryption->sig_algo = UnserializeUInt(pReader, pos, size); in ParseEncryptionEntry()
|
/aosp_15_r20/external/libvpx/third_party/libwebm/mkvparser/ |
H A D | mkvparser.h | 225 unsigned long long sig_algo; member
|
H A D | mkvparser.cc | 4098 sig_algo(0), in ContentEncryption() 4459 encryption->sig_algo = UnserializeUInt(pReader, pos, size); in ParseEncryptionEntry()
|
/aosp_15_r20/external/libwebm/ |
H A D | webm_info.cc | 467 indent->indent_str().c_str(), encryption->sig_algo); in OutputTracks()
|
/aosp_15_r20/external/libbpf/.github/actions/build-selftests/ |
H A D | vmlinux.h | 65186 enum OID sig_algo; member
|
/aosp_15_r20/external/bcc/libbpf-tools/loongarch/ |
H A D | vmlinux.h | 77268 enum OID sig_algo; member
|
H A D | vmlinux_602.h | 77268 enum OID sig_algo; member
|
/aosp_15_r20/external/bcc/libbpf-tools/x86/ |
H A D | vmlinux.h | 71783 enum OID sig_algo; member
|
H A D | vmlinux_518.h | 71783 enum OID sig_algo; member
|
/aosp_15_r20/external/bcc/libbpf-tools/arm64/ |
H A D | vmlinux_608.h | 125765 enum OID sig_algo; member
|
H A D | vmlinux.h | 125765 enum OID sig_algo; member
|
/aosp_15_r20/external/bcc/libbpf-tools/riscv/ |
H A D | vmlinux_602.h | 70535 enum OID sig_algo; member
|
H A D | vmlinux.h | 70535 enum OID sig_algo; member
|
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/x86_64/ |
H A D | vmlinux.h | 70883 enum OID sig_algo; member
|
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/ |
H A D | vmlinux.h | 61076 enum OID sig_algo; member
|