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

  /external/strace/
netlink_crypto.c 161 struct crypto_report_cipher rcipher; local
163 if (len < sizeof(rcipher))
165 else if (!umove_or_printaddr(tcp, addr, &rcipher)) {
166 PRINT_FIELD_CSTRING("{", rcipher, type);
167 PRINT_FIELD_U(", ", rcipher, blocksize);
168 PRINT_FIELD_U(", ", rcipher, min_keysize);
169 PRINT_FIELD_U(", ", rcipher, max_keysize);
  /external/strace/tests/
nlattr_crypto_user_alg.c 165 static const struct crypto_report_cipher rcipher = { local
174 pattern, rcipher, print_quoted_memory,
176 PRINT_FIELD_U(", ", rcipher, blocksize);
177 PRINT_FIELD_U(", ", rcipher, min_keysize);
178 PRINT_FIELD_U(", ", rcipher, max_keysize);
  /external/strace/tests-m32/
nlattr_crypto_user_alg.c 165 static const struct crypto_report_cipher rcipher = { local
174 pattern, rcipher, print_quoted_memory,
176 PRINT_FIELD_U(", ", rcipher, blocksize);
177 PRINT_FIELD_U(", ", rcipher, min_keysize);
178 PRINT_FIELD_U(", ", rcipher, max_keysize);
  /external/strace/tests-mx32/
nlattr_crypto_user_alg.c 165 static const struct crypto_report_cipher rcipher = { local
174 pattern, rcipher, print_quoted_memory,
176 PRINT_FIELD_U(", ", rcipher, blocksize);
177 PRINT_FIELD_U(", ", rcipher, min_keysize);
178 PRINT_FIELD_U(", ", rcipher, max_keysize);

Completed in 131 milliseconds