HomeSort by relevance Sort by last modified time
    Searched defs:key_num_bits (Results 1 - 2 of 2) sorted by null

  /external/avb/libavb/
avb_crypto.h 84 * |key_num_bits| set to 2048.
96 * |key_num_bits| set to 2048.
130 * The size of the key is given by |key_num_bits|, for example 2048
133 * |key_num_bits| bits) and |e| is the public exponent. The exponent
138 * represented in |key_num_bits|.
141 * is (2^key_num_bits)^2 (mod n).
143 * Following this header is |key_num_bits| bits of |n|, then
144 * |key_num_bits| bits of |rr|. Both values are stored with most
146 * |key_num_bits|/8 bytes.
159 uint32_t key_num_bits; member in struct:AvbRSAPublicKeyHeader
    [all...]
  /external/u-boot/lib/libavb/
avb_crypto.h 65 * |key_num_bits| set to 2048.
77 * |key_num_bits| set to 2048.
111 * The size of the key is given by |key_num_bits|, for example 2048
114 * |key_num_bits| bits) and |e| is the public exponent. The exponent
119 * represented in |key_num_bits|.
122 * is (2^key_num_bits)^2 (mod n).
124 * Following this header is |key_num_bits| bits of |n|, then
125 * |key_num_bits| bits of |rr|. Both values are stored with most
127 * |key_num_bits|/8 bytes.
140 uint32_t key_num_bits; member in struct:AvbRSAPublicKeyHeader
    [all...]

Completed in 90 milliseconds