Searched refs:RSASIG_LEN (Results 1 - 4 of 4) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/brcm63xx/files/arch/mips/include/asm/mach-bcm63xx/
H A Dbcm_tag.h15 #define RSASIG_LEN 20 /* Length of RSA Signature in tag */ macro
56 char rsa_signature[RSASIG_LEN]; // 142-161: RSA Signature (unused at present; some vendors may use this)
/netgear-R7800-V1.0.2.28/package/mtd/src/
H A Dbcm_tag.h15 #define RSASIG_LEN 20 /* Length of RSA Signature in tag */ macro
56 char rsa_signature[RSASIG_LEN]; // 142-161: RSA Signature (unused at present; some vendors may use this)
/netgear-R7800-V1.0.2.28/tools/firmware-utils/src/
H A Dbcm_tag.h15 #define RSASIG_LEN 20 /* Length of RSA Signature in tag */ macro
56 char rsa_signature[RSASIG_LEN]; // 142-161: RSA Signature (unused at present; some vendors may use this)
H A Dimagetag.c363 strncpy(tag.rsa_signature, args->rsa_signature_arg, RSASIG_LEN);
474 if (strlen(parsed_args.rsa_signature_arg) > RSASIG_LEN) {

Completed in 85 milliseconds