Lines Matching defs:bits
586 * The type and/or the size in bits of the key or the combination of
706 size_t *key_buffer_length, size_t *bits)
721 /* The driver should set the number of key bits, however in
722 * case it doesn't, we initialize bits to an invalid value. */
723 *bits = PSA_MAX_KEY_BITS + 1;
725 data_length, bits);
730 if ((*bits) > PSA_MAX_KEY_BITS)
745 key_buffer_length, bits);
753 key_buffer_length, bits);
763 key_buffer_length, bits));
770 key_buffer_length, bits));