OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIGNATURE_BLOCK_SIZE
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/util/nanoapp_sign/
nanoapp_sign.c
189
#define
SIGNATURE_BLOCK_SIZE
(2 * RSA_BYTES)
256
if (sigData <= 0 || (sigData %
SIGNATURE_BLOCK_SIZE
) != 0) {
263
int nSig = sigData /
SIGNATURE_BLOCK_SIZE
;
279
sigPack +=
SIGNATURE_BLOCK_SIZE
;
286
uint8_t *sigPack = buf + bufUsed -
SIGNATURE_BLOCK_SIZE
;
289
if (bufUsed >
SIGNATURE_BLOCK_SIZE
) {
291
sha2processBytes(&shaState, buf, bufUsed -
SIGNATURE_BLOCK_SIZE
);
346
int numSigs = sigSz /
SIGNATURE_BLOCK_SIZE
;
347
if ((numSigs * (int)
SIGNATURE_BLOCK_SIZE
) != sigSz) {
/build/make/tools/signtos/
SignTos.java
61
private static final int
SIGNATURE_BLOCK_SIZE
= 256;
249
byte[] sigBlock = new byte[
SIGNATURE_BLOCK_SIZE
];
Completed in 216 milliseconds