HomeSort by relevance Sort by last modified time
    Searched refs:rblkcipher (Results 1 - 4 of 4) sorted by null

  /external/strace/
netlink_crypto.c 85 struct crypto_report_blkcipher rblkcipher; local
87 if (len < sizeof(rblkcipher))
89 else if (!umove_or_printaddr(tcp, addr, &rblkcipher)) {
90 PRINT_FIELD_CSTRING("{", rblkcipher, type);
91 PRINT_FIELD_CSTRING(", ", rblkcipher, geniv);
92 PRINT_FIELD_U(", ", rblkcipher, blocksize);
93 PRINT_FIELD_U(", ", rblkcipher, min_keysize);
94 PRINT_FIELD_U(", ", rblkcipher, max_keysize);
95 PRINT_FIELD_U(", ", rblkcipher, ivsize);
  /external/strace/tests/
nlattr_crypto_user_alg.c 111 static const struct crypto_report_blkcipher rblkcipher = { local
122 pattern, rblkcipher, print_quoted_memory,
124 PRINT_FIELD_U(", ", rblkcipher, blocksize);
125 PRINT_FIELD_U(", ", rblkcipher, min_keysize);
126 PRINT_FIELD_U(", ", rblkcipher, max_keysize);
127 PRINT_FIELD_U(", ", rblkcipher, ivsize);
  /external/strace/tests-m32/
nlattr_crypto_user_alg.c 111 static const struct crypto_report_blkcipher rblkcipher = { local
122 pattern, rblkcipher, print_quoted_memory,
124 PRINT_FIELD_U(", ", rblkcipher, blocksize);
125 PRINT_FIELD_U(", ", rblkcipher, min_keysize);
126 PRINT_FIELD_U(", ", rblkcipher, max_keysize);
127 PRINT_FIELD_U(", ", rblkcipher, ivsize);
  /external/strace/tests-mx32/
nlattr_crypto_user_alg.c 111 static const struct crypto_report_blkcipher rblkcipher = { local
122 pattern, rblkcipher, print_quoted_memory,
124 PRINT_FIELD_U(", ", rblkcipher, blocksize);
125 PRINT_FIELD_U(", ", rblkcipher, min_keysize);
126 PRINT_FIELD_U(", ", rblkcipher, max_keysize);
127 PRINT_FIELD_U(", ", rblkcipher, ivsize);

Completed in 418 milliseconds