Home
last modified time | relevance | path

Searched defs:ks (Results 1 – 25 of 116) sorted by relevance

12345

/freebsd/sys/security/mac/
H A Dmac_posix_sem.c67 mac_posixsem_init(struct ksem *ks) in mac_posixsem_init()
85 mac_posixsem_destroy(struct ksem *ks) in mac_posixsem_destroy()
95 mac_posixsem_create(struct ucred *cred, struct ksem *ks) in mac_posixsem_create()
105 mac_posixsem_check_open(struct ucred *cred, struct ksem *ks) in mac_posixsem_check_open()
121 struct ksem *ks) in mac_posixsem_check_getvalue()
138 struct ksem *ks) in mac_posixsem_check_post()
155 struct ksem *ks) in mac_posixsem_check_stat()
171 mac_posixsem_check_unlink(struct ucred *cred, struct ksem *ks) in mac_posixsem_check_unlink()
187 struct ksem *ks) in mac_posixsem_check_wait()
203 mac_posixsem_check_setmode(struct ucred *cred, struct ksem *ks, mode_t mode) in mac_posixsem_check_setmode()
[all …]
/freebsd/sys/kgssapi/krb5/
H A Dkcrypto_aes.c50 aes_init(struct krb5_key_state *ks) in aes_init()
60 aes_destroy(struct krb5_key_state *ks) in aes_destroy()
73 aes_set_key(struct krb5_key_state *ks, const void *in) in aes_set_key()
110 aes_random_to_key(struct krb5_key_state *ks, const void *in) in aes_random_to_key()
137 aes_encrypt_1(const struct krb5_key_state *ks, int buftype, void *buf, in aes_encrypt_1()
176 aes_encrypt(const struct krb5_key_state *ks, struct mbuf *inout, in aes_encrypt()
247 aes_decrypt(const struct krb5_key_state *ks, struct mbuf *inout, in aes_decrypt()
316 aes_checksum(const struct krb5_key_state *ks, int usage, in aes_checksum()
H A Dkcrypto.h100 krb5_set_key(struct krb5_key_state *ks, const void *keydata) in krb5_set_key()
107 krb5_random_to_key(struct krb5_key_state *ks, const void *keydata) in krb5_random_to_key()
114 krb5_encrypt(const struct krb5_key_state *ks, struct mbuf *inout, in krb5_encrypt()
122 krb5_decrypt(const struct krb5_key_state *ks, struct mbuf *inout, in krb5_decrypt()
130 krb5_checksum(const struct krb5_key_state *ks, int usage, in krb5_checksum()
/freebsd/crypto/openssl/test/
H A Ddestest.c310 DES_key_schedule ks; in test_des_ecb() local
367 DES_key_schedule ks; in test_des_cbc() local
389 DES_key_schedule ks; in test_des_ede_cbc() local
445 DES_key_schedule ks; in test_input_align() local
460 DES_key_schedule ks; in test_output_align() local
491 DES_key_schedule ks; in test_des_pcbc() local
509 DES_key_schedule ks; in cfb_test() local
545 DES_key_schedule ks; in test_des_cfb64() local
584 DES_key_schedule ks; in test_des_ede_cfb64() local
607 DES_key_schedule ks; in test_des_ofb() local
[all …]
/freebsd/contrib/netbsd-tests/lib/libdes/
H A Dt_des.c387 des_key_schedule ks; in cfb_test() local
408 des_key_schedule ks; in cfb64_test() local
433 des_key_schedule ks; in ede_cfb64_test() local
528 des_key_schedule ks; in ATF_TC_BODY() local
594 des_key_schedule ks; in ATF_TC_BODY() local
624 des_key_schedule ks; in ATF_TC_BODY() local
692 des_key_schedule ks; in ATF_TC_BODY() local
722 des_key_schedule ks; in ATF_TC_BODY() local
765 des_key_schedule ks; in ATF_TC_BODY() local
813 des_key_schedule ks; in ATF_TC_BODY() local
[all …]
/freebsd/sys/kern/
H A Duipc_sem.c165 struct ksem *ks; in ksem_stat() local
201 struct ksem *ks; in ksem_chmod() local
226 struct ksem *ks; in ksem_chown() local
255 struct ksem *ks; in ksem_closef() local
268 struct ksem *ks; in ksem_fill_kinfo() local
303 struct ksem *ks; in ksem_alloc() local
467 struct ksem *ks; in ksem_create() local
593 struct ksem *ks; in ksem_get() local
692 struct ksem *ks; in sys_ksem_close() local
721 struct ksem *ks; in sys_ksem_post() local
[all …]
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aria_ccm.h18 ARIA_KEY ks; member
19 } ks; /* ARIA key schedule to use */ member
H A Dcipher_cast.h17 CAST_KEY ks; member
18 } ks; member
H A Dcipher_aria_gcm.h18 ARIA_KEY ks; member
19 } ks; member
H A Dcipher_blowfish.h17 BF_KEY ks; member
18 } ks; member
H A Dcipher_idea.h17 IDEA_KEY_SCHEDULE ks; member
18 } ks; member
H A Dcipher_rc4.h17 RC4_KEY ks; member
18 } ks; member
H A Dcipher_seed.h17 SEED_KEY_SCHEDULE ks; member
18 } ks; member
H A Dcipher_sm4.h17 SM4_KEY ks; member
18 } ks; member
H A Dcipher_aria.h17 ARIA_KEY ks; member
18 } ks; member
H A Dcipher_camellia.h18 CAMELLIA_KEY ks; member
19 } ks; member
H A Dcipher_rc5.h17 RC5_32_KEY ks; /* key schedule */ member
18 } ks; member
H A Dcipher_rc2.h17 RC2_KEY ks; member
18 } ks; member
H A Dcipher_idea_hw.c23 IDEA_KEY_SCHEDULE *ks = &(ictx->ks.ks); in cipher_hw_idea_initkey() local
61 #define IDEA2_ecb_encrypt(in, out, ks, enc) IDEA_ecb_encrypt(in, out, ks) argument
H A Dcipher_rc4_hmac_md5.h18 RC4_KEY ks; member
19 } ks; member
/freebsd/sys/cddl/compat/opensolaris/sys/
H A Dsid.h59 ksid_getid(ksid_t *ks) in ksid_getid()
66 ksid_getdomain(ksid_t *ks) in ksid_getdomain()
73 ksid_getrid(ksid_t *ks) in ksid_getrid()
/freebsd/crypto/openssl/crypto/evp/
H A De_idea.c30 IDEA_KEY_SCHEDULE ks; member
49 BLOCK_CIPHER_func_cbc(idea, IDEA, EVP_IDEA_KEY, ks) in BLOCK_CIPHER_func_cbc() argument
/freebsd/crypto/openssl/crypto/des/
H A Dstr2key.c21 DES_key_schedule ks; in DES_string_to_key() local
48 DES_key_schedule ks; in DES_string_to_2keys() local
/freebsd/crypto/openssl/crypto/sm4/
H A Dsm4.c132 int ossl_sm4_set_key(const uint8_t *key, SM4_KEY *ks) in ossl_sm4_set_key()
187 void ossl_sm4_encrypt(const uint8_t *in, uint8_t *out, const SM4_KEY *ks) in ossl_sm4_encrypt()
213 void ossl_sm4_decrypt(const uint8_t *in, uint8_t *out, const SM4_KEY *ks) in ossl_sm4_decrypt()
/freebsd/sys/vm/
H A Dvm_glue.c443 vm_offset_t ks; in vm_thread_stack_create() local
482 vm_thread_stack_dispose(vm_offset_t ks, int pages) in vm_thread_stack_dispose()
516 vm_offset_t ks; in vm_thread_new() local
555 vm_offset_t ks; in vm_thread_dispose() local
578 vm_kstack_pindex(vm_offset_t ks, int kpages) in vm_kstack_pindex()
605 vm_thread_stack_back(vm_offset_t ks, vm_page_t ma[], int npages, int req_class, in vm_thread_stack_back()
671 vm_offset_t ks; in kstack_release() local

12345