Searched refs:signed (Results 1 – 25 of 32) sorted by relevance
12
42 signed="$folder/token_signing-${date}.pem"60 -in "$req" -out "$signed" -CA "$ca_cert" -CAkey "$ca_key" \67 cat "$signed" "$ca_cert" > "$cert_chain_out"
14 # key and certificates with a self-signed CA40 `genkey.sh` if signing the certificate with a self-signed CA.
699 static int calculateImmSize(int imm, boolean signed) { in calculateImmSize() argument703 if (signed && (imm >= -128 && imm <= 127) || !signed && (imm >= 0 && imm <= 255)) { in calculateImmSize()706 if (signed && (imm >= -32768 && imm <= 32767) || !signed && (imm >= 0 && imm <= 65535)) { in calculateImmSize()
10 certificate: "platform", // Media must be signed by the platform
18 "-hicpp-signed-bitwise",
30 // Each update should be signed by OEMs
28 // Each update should be signed by OEMs
15 If you or your current employer have already signed the Google CLA (even if it
65 // Alternative CaptivePortalLogin signed with the platform cert, to use
93 // is signed by the private key of the subsequent certificate in the chain.
37 // Each update should be signed by OEMs
35 // Each update should be signed by OEMs
111 // rialto_bin is a prebuilt target wrapping the signed bare-metal service VM.
31 // This app should be platform signed because it requires
42 // Apk must be signed with platform signature in order to send test broadcasts.
48 // This app should be platform signed because it requires
33 // This app should be platform signed because it requires
42 build you have in your device is release-key signed and therefore you can't43 install your custom-built AVF APEX to it - because it is test-key signed.
217 If virt apex is Google-signed, you need to enable the app and grant the
50 description: "Enabled negative filtering feature with signed contextual ads"
78 // event vectors, a signed integer recording a sum and an unsigned integer98 // event vectors and signed integers.
74 // `data` should be interleaved stereo frames with 16-bit signed little-endian
107 // Compact signed encoding used here, because rssi values are negative.
337 /** A signed 32 bit integer scalar value. */3041 * A tensor of 16 bit signed integers that represent real numbers.3074 * A tensor of 8 bit signed integers that represent real numbers.3077 * be used to convert the 8 bit signed integer to the real value and vice versa.3116 * A tensor of 8 bit signed integers that represent real numbers.4323 * * Quantized signed (since %{NNAPILevel4}):4336 * * Quantized signed with filter symmetric per channel quantization6181 * A tensor of 8 bit signed integers that represent real numbers.