Home
last modified time | relevance | path

Searched refs:tiledb_encryption_type_from_str (Results 1 – 4 of 4) sorted by relevance

/dports/databases/tiledb/TileDB-2.5.2/test/src/
H A Dunit-capi-enum_values.cc443 (tiledb_encryption_type_from_str("NO_ENCRYPTION", &encryption_type) ==
450 (tiledb_encryption_type_from_str("AES_256_GCM", &encryption_type) ==
/dports/databases/tiledb/TileDB-2.5.2/doc/source/
H A Dc-api.rst134 .. doxygenfunction:: tiledb_encryption_type_from_str
/dports/databases/tiledb/TileDB-2.5.2/tiledb/sm/c_api/
H A Dtiledb.h354 TILEDB_EXPORT int32_t tiledb_encryption_type_from_str(
H A Dtiledb.cc220 int32_t tiledb_encryption_type_from_str( in tiledb_encryption_type_from_str() function