Home
last modified time | relevance | path

Searched defs:template (Results 1 – 25 of 55) sorted by relevance

123

/freebsd-src/sys/contrib/openzfs/module/icp/io/
H A Daes.c244 aes_encrypt_init(crypto_ctx_t * ctx,crypto_mechanism_t * mechanism,crypto_key_t * key,crypto_spi_ctx_template_t template) aes_encrypt_init() argument
251 aes_decrypt_init(crypto_ctx_t * ctx,crypto_mechanism_t * mechanism,crypto_key_t * key,crypto_spi_ctx_template_t template) aes_decrypt_init() argument
263 aes_common_init(crypto_ctx_t * ctx,crypto_mechanism_t * mechanism,crypto_key_t * key,crypto_spi_ctx_template_t template,boolean_t is_encrypt_init) aes_common_init() argument
833 aes_encrypt_atomic(crypto_mechanism_t * mechanism,crypto_key_t * key,crypto_data_t * plaintext,crypto_data_t * ciphertext,crypto_spi_ctx_template_t template) aes_encrypt_atomic() argument
959 aes_decrypt_atomic(crypto_mechanism_t * mechanism,crypto_key_t * key,crypto_data_t * ciphertext,crypto_data_t * plaintext,crypto_spi_ctx_template_t template) aes_decrypt_atomic() argument
1168 aes_common_init_ctx(aes_ctx_t * aes_ctx,crypto_spi_ctx_template_t * template,crypto_mechanism_t * mechanism,crypto_key_t * key,int kmflag,boolean_t is_encrypt_init) aes_common_init_ctx() argument
1287 aes_mac_atomic(crypto_mechanism_t * mechanism,crypto_key_t * key,crypto_data_t * data,crypto_data_t * mac,crypto_spi_ctx_template_t template) aes_mac_atomic() argument
1307 aes_mac_verify_atomic(crypto_mechanism_t * mechanism,crypto_key_t * key,crypto_data_t * data,crypto_data_t * mac,crypto_spi_ctx_template_t template) aes_mac_verify_atomic() argument
/freebsd-src/contrib/libarchive/libarchive/test/
H A Dtest_write_format_gnutar_filenames.c41 struct archive_entry *ae, *template; in DEFINE_TEST() local
97 struct archive_entry *ae, *template; in DEFINE_TEST() local
/freebsd-src/contrib/libarchive/libarchive/
H A Darchive_util.c232 __archive_mktempx(const char *tmpdir, wchar_t *template) in __archive_mktempx() argument
437 __archive_mkstemp(wchar_t * template) __archive_mkstemp() argument
500 __archive_mkstemp(char * template) __archive_mkstemp() argument
516 __archive_mktempx(const char * tmpdir,char * template) __archive_mktempx() argument
596 __archive_mkstemp(char * template) __archive_mkstemp() argument
[all...]
/freebsd-src/crypto/heimdal/lib/asn1/
H A Dgen_template.c236 struct template { struct
241 ASN1_TAILQ_ENTRY(template) members; argument
249 struct templatehead template; member
552 struct templatehead template = ASN1_TAILQ_HEAD_INITIALIZER(template); in template_members() local
688 struct templatehead template = ASN1_TAILQ_HEAD_INITIALIZER(template); in template_members() local
/freebsd-src/sys/contrib/openzfs/module/icp/include/sys/crypto/
H A Dimpl.h296 KCF_PROV_ENCRYPT_INIT(pd,ctx,mech,key,template) global() argument
302 KCF_PROV_ENCRYPT_ATOMIC(pd,mech,key,plaintext,ciphertext,template) global() argument
309 KCF_PROV_DECRYPT_ATOMIC(pd,mech,key,ciphertext,plaintext,template) global() argument
319 KCF_PROV_MAC_INIT(pd,ctx,mech,key,template) global() argument
338 KCF_PROV_MAC_ATOMIC(pd,mech,key,data,mac,template) global() argument
348 KCF_PROV_CREATE_CTX_TEMPLATE(pd,mech,key,template,size) global() argument
[all...]
/freebsd-src/lib/libc/tests/gen/
H A Ddir2_test.c51 char template[] = "dXXXXXX"; in ATF_TC_BODY() local
127 char template[] = "dXXXXXX"; in ATF_TC_BODY() local
H A Dftw_test.c47 static char template[] = "testftw.XXXXXXXXXX"; variable
/freebsd-src/contrib/libucl/python/
H A Dsetup.py39 template = 'python/MANIFEST.in' variable
/freebsd-src/crypto/heimdal/lib/roken/
H A Dmkstemp.c50 mkstemp(char *template) in mkstemp()
/freebsd-src/tests/sys/kern/pipe/
H A Dpipe_overcommit2_test.c46 char template[] = "pipe.XXXXXXXXXX"; in main() local
/freebsd-src/contrib/netbsd-tests/lib/libc/stdio/
H A Dt_mktemp.c46 char template[] = "I will barf/XXXXXX"; in ATF_TC_BODY() local
/freebsd-src/crypto/openssh/regress/
H A Dmkdtemp.c41 char template[PATH_MAX]; in main() local
/freebsd-src/contrib/openpam/lib/libpam/
H A Dopenpam_subst.c67 char *buf, size_t *bufsize, const char *template) in openpam_subst()
/freebsd-src/contrib/openpam/t/
H A Dt_openpam_subst.c60 char template[] = "test%\0deadbeef"; variable
/freebsd-src/crypto/openssl/crypto/store/
H A Dstore_register.c216 OSSL_STORE_LOADER template; in ossl_store_get0_loader_int() local
247 OSSL_STORE_LOADER template; in ossl_store_unregister_loader_int() local
/freebsd-src/contrib/netbsd-tests/kernel/
H A Dt_mqueue.c116 char template[32]; in ATF_TC_BODY() local
/freebsd-src/sys/cddl/dev/kinst/amd64/
H A Dkinst_isa.h32 uint8_t template[16]; /* copied into thread tramps */ member
/freebsd-src/tests/sys/kern/
H A Dkern_copyin.c97 char template[] = "copyin.XXXXXX"; ATF_TC_BODY() local
/freebsd-src/lib/libc/tests/stdio/
H A Dmkostemp_test.c43 static const char template[] = "mkostemp.XXXXXXXX"; variable
/freebsd-src/crypto/openssh/openbsd-compat/
H A Dmktemp.c49 _ssh_mkstemp(char *template) in _ssh_mkstemp()
/freebsd-src/contrib/tcsh/
H A Dsh.file.c648 is_prefix(const Char *check, const Char *template) in is_prefix()
662 is_suffix(const Char *check, const Char *template) in is_suffix()
H A Dtw.parse.c693 is_prefix(Char *check, Char *template) in is_prefix()
709 is_prefixmatch(Char *check, Char *template, int enhanced) in is_prefixmatch()
753 is_suffix(Char *check, Char *template) in is_suffix()
/freebsd-src/crypto/heimdal/kdc/
H A Dkx509.c230 hx509_cert template; in build_certificate() local
/freebsd-src/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dmerge.c683 tdesc_t template; in remap_node() local
906 tdesc_t template; in redir_mstr_fwd_cb() local
977 tdesc_t template; in add_tdesc() local
/freebsd-src/tests/sys/file/
H A Dpath_test.c68 mktfile(char path[PATH_MAX], const char *template) in mktfile() argument
84 mktdir(char path[PATH_MAX], const char *template) in mktdir() argument

123