Home
last modified time | relevance | path

Searched defs:crypter (Results 1 – 25 of 156) sorted by relevance

1234567

/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/GehirnInc/crypt/md5_crypt/
H A Dmd5_crypt.go32 type crypter struct{ Salt common.Salt } struct
46 func (c *crypter) Generate(key, salt []byte) (result string, err error) {
130 func (c *crypter) Verify(hashedKey string, key []byte) error {
141 func (c *crypter) Cost(hashedKey string) (int, error) { return RoundsDefault, nil }
143 func (c *crypter) SetSalt(salt common.Salt) { c.Salt = salt }
/dports/irc/ergo/ergo-2.8.0/vendor/github.com/GehirnInc/crypt/md5_crypt/
H A Dmd5_crypt.go32 type crypter struct{ Salt common.Salt } struct
46 func (c *crypter) Generate(key, salt []byte) (result string, err error) {
130 func (c *crypter) Verify(hashedKey string, key []byte) error {
141 func (c *crypter) Cost(hashedKey string) (int, error) { return RoundsDefault, nil }
143 func (c *crypter) SetSalt(salt common.Salt) { c.Salt = salt }
/dports/www/uchiwa/uchiwa-0.18.2/vendor/github.com/kless/osutil/user/crypt/md5_crypt/
H A Dmd5_crypt.go33 type crypter struct{ Salt common.Salt } struct
40 func (c *crypter) Generate(key, salt []byte) (string, error) {
144 func (c *crypter) Verify(hashedKey string, key []byte) error {
155 func (c *crypter) Cost(hashedKey string) (int, error) { return RoundsDefault, nil }
157 func (c *crypter) SetSalt(salt common.Salt) { c.Salt = salt }
/dports/www/uchiwa/uchiwa-0.18.2/vendor/github.com/kless/osutil/osutil-3ac994847c4376a4b905fc0a19f450c5a4bec647/user/crypt/md5_crypt/
H A Dmd5_crypt.go33 type crypter struct{ Salt common.Salt } argument
40 func (c *crypter) Generate(key, salt []byte) (string, error) {
144 func (c *crypter) Verify(hashedKey string, key []byte) error {
155 func (c *crypter) Cost(hashedKey string) (int, error) { return RoundsDefault, nil }
157 func (c *crypter) SetSalt(salt common.Salt) { c.Salt = salt }
/dports/www/uchiwa/uchiwa-0.18.2/vendor/github.com/kless/osutil/user/crypt/apr1_crypt/
H A Dapr1_crypt.go38 type crypter struct{ Salt common.Salt } struct
43 func (c *crypter) Generate(key, salt []byte) (string, error) {
47 func (c *crypter) Verify(hashedKey string, key []byte) error {
51 func (c *crypter) Cost(hashedKey string) (int, error) { return RoundsDefault, nil }
53 func (c *crypter) SetSalt(salt common.Salt) {}
/dports/www/uchiwa/uchiwa-0.18.2/vendor/github.com/kless/osutil/osutil-3ac994847c4376a4b905fc0a19f450c5a4bec647/user/crypt/apr1_crypt/
H A Dapr1_crypt.go38 type crypter struct{ Salt common.Salt } argument
43 func (c *crypter) Generate(key, salt []byte) (string, error) {
47 func (c *crypter) Verify(hashedKey string, key []byte) error {
51 func (c *crypter) Cost(hashedKey string) (int, error) { return RoundsDefault, nil }
53 func (c *crypter) SetSalt(salt common.Salt) {}
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/GehirnInc/crypt/sha512_crypt/
H A Dsha512_crypt.go38 type crypter struct{ Salt common.Salt } struct
54 func (c *crypter) Generate(key, salt []byte) (string, error) {
169 func (c *crypter) Verify(hashedKey string, key []byte) error {
180 func (c *crypter) Cost(hashedKey string) (int, error) {
188 func (c *crypter) SetSalt(salt common.Salt) { c.Salt = salt }
/dports/www/uchiwa/uchiwa-0.18.2/vendor/github.com/kless/osutil/osutil-3ac994847c4376a4b905fc0a19f450c5a4bec647/user/crypt/sha512_crypt/
H A Dsha512_crypt.go39 type crypter struct{ Salt common.Salt } argument
46 func (c *crypter) Generate(key, salt []byte) (string, error) {
218 func (c *crypter) Verify(hashedKey string, key []byte) error {
229 func (c *crypter) Cost(hashedKey string) (int, error) {
243 func (c *crypter) SetSalt(salt common.Salt) { c.Salt = salt }
/dports/www/uchiwa/uchiwa-0.18.2/vendor/github.com/kless/osutil/user/crypt/sha256_crypt/
H A Dsha256_crypt.go39 type crypter struct{ Salt common.Salt } argument
46 func (c *crypter) Generate(key, salt []byte) (string, error) {
207 func (c *crypter) Verify(hashedKey string, key []byte) error {
218 func (c *crypter) Cost(hashedKey string) (int, error) {
232 func (c *crypter) SetSalt(salt common.Salt) { c.Salt = salt }
/dports/www/uchiwa/uchiwa-0.18.2/vendor/github.com/kless/osutil/user/crypt/sha512_crypt/
H A Dsha512_crypt.go39 type crypter struct{ Salt common.Salt } argument
46 func (c *crypter) Generate(key, salt []byte) (string, error) {
218 func (c *crypter) Verify(hashedKey string, key []byte) error {
229 func (c *crypter) Cost(hashedKey string) (int, error) {
243 func (c *crypter) SetSalt(salt common.Salt) { c.Salt = salt }
/dports/www/uchiwa/uchiwa-0.18.2/vendor/github.com/kless/osutil/osutil-3ac994847c4376a4b905fc0a19f450c5a4bec647/user/crypt/sha256_crypt/
H A Dsha256_crypt.go39 type crypter struct{ Salt common.Salt } struct
46 func (c *crypter) Generate(key, salt []byte) (string, error) {
207 func (c *crypter) Verify(hashedKey string, key []byte) error {
218 func (c *crypter) Cost(hashedKey string) (int, error) {
232 func (c *crypter) SetSalt(salt common.Salt) { c.Salt = salt }
/dports/devel/grpc130/grpc-1.30.2/src/core/tsi/alts/crypt/
H A Dgsec.cc39 gsec_aead_crypter* crypter, const uint8_t* nonce, size_t nonce_length, in gsec_aead_crypter_encrypt()
60 gsec_aead_crypter* crypter, const uint8_t* nonce, size_t nonce_length, in gsec_aead_crypter_encrypt_iovec()
78 gsec_aead_crypter* crypter, const uint8_t* nonce, size_t nonce_length, in gsec_aead_crypter_decrypt()
98 gsec_aead_crypter* crypter, const uint8_t* nonce, size_t nonce_length, in gsec_aead_crypter_decrypt_iovec()
116 const gsec_aead_crypter* crypter, size_t plaintext_length, in gsec_aead_crypter_max_ciphertext_and_tag_length()
130 const gsec_aead_crypter* crypter, size_t ciphertext_and_tag_length, in gsec_aead_crypter_max_plaintext_length()
144 const gsec_aead_crypter* crypter, size_t* nonce_length_to_return, in gsec_aead_crypter_nonce_length()
156 grpc_status_code gsec_aead_crypter_key_length(const gsec_aead_crypter* crypter, in gsec_aead_crypter_key_length()
169 grpc_status_code gsec_aead_crypter_tag_length(const gsec_aead_crypter* crypter, in gsec_aead_crypter_tag_length()
182 void gsec_aead_crypter_destroy(gsec_aead_crypter* crypter) { in gsec_aead_crypter_destroy()
H A Daes_gcm.cc45 gsec_aead_crypter crypter; member
89 const gsec_aead_crypter* crypter, size_t plaintext_length, in gsec_aes_gcm_aead_crypter_max_ciphertext_and_tag_length()
105 const gsec_aead_crypter* crypter, size_t ciphertext_and_tag_length, in gsec_aes_gcm_aead_crypter_max_plaintext_length()
126 const gsec_aead_crypter* crypter, size_t* nonce_length, in gsec_aes_gcm_aead_crypter_nonce_length()
140 const gsec_aead_crypter* crypter, size_t* key_length, in gsec_aes_gcm_aead_crypter_key_length()
154 const gsec_aead_crypter* crypter, size_t* tag_length, in gsec_aes_gcm_aead_crypter_tag_length()
245 gsec_aead_crypter* crypter, const uint8_t* nonce, size_t nonce_length, in gsec_aes_gcm_aead_crypter_encrypt_iovec()
383 gsec_aead_crypter* crypter, const uint8_t* nonce, size_t nonce_length, in gsec_aes_gcm_aead_crypter_decrypt_iovec()
574 static void gsec_aes_gcm_aead_crypter_destroy(gsec_aead_crypter* crypter) { in gsec_aes_gcm_aead_crypter_destroy()
634 gsec_aead_crypter** crypter, in gsec_aes_gcm_aead_crypter_create()
/dports/devel/grpc134/grpc-1.34.1/src/core/tsi/alts/crypt/
H A Dgsec.cc39 gsec_aead_crypter* crypter, const uint8_t* nonce, size_t nonce_length, in gsec_aead_crypter_encrypt()
60 gsec_aead_crypter* crypter, const uint8_t* nonce, size_t nonce_length, in gsec_aead_crypter_encrypt_iovec()
78 gsec_aead_crypter* crypter, const uint8_t* nonce, size_t nonce_length, in gsec_aead_crypter_decrypt()
98 gsec_aead_crypter* crypter, const uint8_t* nonce, size_t nonce_length, in gsec_aead_crypter_decrypt_iovec()
116 const gsec_aead_crypter* crypter, size_t plaintext_length, in gsec_aead_crypter_max_ciphertext_and_tag_length()
130 const gsec_aead_crypter* crypter, size_t ciphertext_and_tag_length, in gsec_aead_crypter_max_plaintext_length()
144 const gsec_aead_crypter* crypter, size_t* nonce_length_to_return, in gsec_aead_crypter_nonce_length()
156 grpc_status_code gsec_aead_crypter_key_length(const gsec_aead_crypter* crypter, in gsec_aead_crypter_key_length()
169 grpc_status_code gsec_aead_crypter_tag_length(const gsec_aead_crypter* crypter, in gsec_aead_crypter_tag_length()
182 void gsec_aead_crypter_destroy(gsec_aead_crypter* crypter) { in gsec_aead_crypter_destroy()
/dports/devel/grpc/grpc-1.42.0/src/core/tsi/alts/crypt/
H A Dgsec.cc39 gsec_aead_crypter* crypter, const uint8_t* nonce, size_t nonce_length, in gsec_aead_crypter_encrypt()
61 gsec_aead_crypter* crypter, const uint8_t* nonce, size_t nonce_length, in gsec_aead_crypter_encrypt_iovec()
79 gsec_aead_crypter* crypter, const uint8_t* nonce, size_t nonce_length, in gsec_aead_crypter_decrypt()
99 gsec_aead_crypter* crypter, const uint8_t* nonce, size_t nonce_length, in gsec_aead_crypter_decrypt_iovec()
117 const gsec_aead_crypter* crypter, size_t plaintext_length, in gsec_aead_crypter_max_ciphertext_and_tag_length()
131 const gsec_aead_crypter* crypter, size_t ciphertext_and_tag_length, in gsec_aead_crypter_max_plaintext_length()
145 const gsec_aead_crypter* crypter, size_t* nonce_length_to_return, in gsec_aead_crypter_nonce_length()
157 grpc_status_code gsec_aead_crypter_key_length(const gsec_aead_crypter* crypter, in gsec_aead_crypter_key_length()
170 grpc_status_code gsec_aead_crypter_tag_length(const gsec_aead_crypter* crypter, in gsec_aead_crypter_tag_length()
183 void gsec_aead_crypter_destroy(gsec_aead_crypter* crypter) { in gsec_aead_crypter_destroy()
H A Daes_gcm.cc46 gsec_aead_crypter crypter; member
90 const gsec_aead_crypter* crypter, size_t plaintext_length, in gsec_aes_gcm_aead_crypter_max_ciphertext_and_tag_length()
106 const gsec_aead_crypter* crypter, size_t ciphertext_and_tag_length, in gsec_aes_gcm_aead_crypter_max_plaintext_length()
127 const gsec_aead_crypter* crypter, size_t* nonce_length, in gsec_aes_gcm_aead_crypter_nonce_length()
141 const gsec_aead_crypter* crypter, size_t* key_length, in gsec_aes_gcm_aead_crypter_key_length()
155 const gsec_aead_crypter* crypter, size_t* tag_length, in gsec_aes_gcm_aead_crypter_tag_length()
246 gsec_aead_crypter* crypter, const uint8_t* nonce, size_t nonce_length, in gsec_aes_gcm_aead_crypter_encrypt_iovec()
384 gsec_aead_crypter* crypter, const uint8_t* nonce, size_t nonce_length, in gsec_aes_gcm_aead_crypter_decrypt_iovec()
577 static void gsec_aes_gcm_aead_crypter_destroy(gsec_aead_crypter* crypter) { in gsec_aes_gcm_aead_crypter_destroy()
637 gsec_aead_crypter** crypter, in gsec_aes_gcm_aead_crypter_create()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/core/tsi/alts/crypt/
H A Dgsec.cc39 gsec_aead_crypter* crypter, const uint8_t* nonce, size_t nonce_length, in gsec_aead_crypter_encrypt()
60 gsec_aead_crypter* crypter, const uint8_t* nonce, size_t nonce_length, in gsec_aead_crypter_encrypt_iovec()
78 gsec_aead_crypter* crypter, const uint8_t* nonce, size_t nonce_length, in gsec_aead_crypter_decrypt()
98 gsec_aead_crypter* crypter, const uint8_t* nonce, size_t nonce_length, in gsec_aead_crypter_decrypt_iovec()
116 const gsec_aead_crypter* crypter, size_t plaintext_length, in gsec_aead_crypter_max_ciphertext_and_tag_length()
130 const gsec_aead_crypter* crypter, size_t ciphertext_and_tag_length, in gsec_aead_crypter_max_plaintext_length()
144 const gsec_aead_crypter* crypter, size_t* nonce_length_to_return, in gsec_aead_crypter_nonce_length()
156 grpc_status_code gsec_aead_crypter_key_length(const gsec_aead_crypter* crypter, in gsec_aead_crypter_key_length()
169 grpc_status_code gsec_aead_crypter_tag_length(const gsec_aead_crypter* crypter, in gsec_aead_crypter_tag_length()
182 void gsec_aead_crypter_destroy(gsec_aead_crypter* crypter) { in gsec_aead_crypter_destroy()
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/tsi/alts/crypt/
H A Dgsec.cc39 gsec_aead_crypter* crypter, const uint8_t* nonce, size_t nonce_length, in gsec_aead_crypter_encrypt()
61 gsec_aead_crypter* crypter, const uint8_t* nonce, size_t nonce_length, in gsec_aead_crypter_encrypt_iovec()
79 gsec_aead_crypter* crypter, const uint8_t* nonce, size_t nonce_length, in gsec_aead_crypter_decrypt()
99 gsec_aead_crypter* crypter, const uint8_t* nonce, size_t nonce_length, in gsec_aead_crypter_decrypt_iovec()
117 const gsec_aead_crypter* crypter, size_t plaintext_length, in gsec_aead_crypter_max_ciphertext_and_tag_length()
131 const gsec_aead_crypter* crypter, size_t ciphertext_and_tag_length, in gsec_aead_crypter_max_plaintext_length()
145 const gsec_aead_crypter* crypter, size_t* nonce_length_to_return, in gsec_aead_crypter_nonce_length()
157 grpc_status_code gsec_aead_crypter_key_length(const gsec_aead_crypter* crypter, in gsec_aead_crypter_key_length()
170 grpc_status_code gsec_aead_crypter_tag_length(const gsec_aead_crypter* crypter, in gsec_aead_crypter_tag_length()
183 void gsec_aead_crypter_destroy(gsec_aead_crypter* crypter) { in gsec_aead_crypter_destroy()
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/tsi/alts/crypt/
H A Dgsec.cc39 gsec_aead_crypter* crypter, const uint8_t* nonce, size_t nonce_length, in gsec_aead_crypter_encrypt()
61 gsec_aead_crypter* crypter, const uint8_t* nonce, size_t nonce_length, in gsec_aead_crypter_encrypt_iovec()
79 gsec_aead_crypter* crypter, const uint8_t* nonce, size_t nonce_length, in gsec_aead_crypter_decrypt()
99 gsec_aead_crypter* crypter, const uint8_t* nonce, size_t nonce_length, in gsec_aead_crypter_decrypt_iovec()
117 const gsec_aead_crypter* crypter, size_t plaintext_length, in gsec_aead_crypter_max_ciphertext_and_tag_length()
131 const gsec_aead_crypter* crypter, size_t ciphertext_and_tag_length, in gsec_aead_crypter_max_plaintext_length()
145 const gsec_aead_crypter* crypter, size_t* nonce_length_to_return, in gsec_aead_crypter_nonce_length()
157 grpc_status_code gsec_aead_crypter_key_length(const gsec_aead_crypter* crypter, in gsec_aead_crypter_key_length()
170 grpc_status_code gsec_aead_crypter_tag_length(const gsec_aead_crypter* crypter, in gsec_aead_crypter_tag_length()
183 void gsec_aead_crypter_destroy(gsec_aead_crypter* crypter) { in gsec_aead_crypter_destroy()
/dports/devel/grpc130/grpc-1.30.2/src/core/tsi/alts/frame_protector/
H A Dalts_crypter.cc35 alts_crypter* crypter, unsigned char* data, size_t data_allocated_size, in alts_crypter_process_in_place()
50 size_t alts_crypter_num_overhead_bytes(const alts_crypter* crypter) { in alts_crypter_num_overhead_bytes()
59 void alts_crypter_destroy(alts_crypter* crypter) { in alts_crypter_destroy()
/dports/devel/grpc/grpc-1.42.0/src/core/tsi/alts/frame_protector/
H A Dalts_crypter.cc35 alts_crypter* crypter, unsigned char* data, size_t data_allocated_size, in alts_crypter_process_in_place()
50 size_t alts_crypter_num_overhead_bytes(const alts_crypter* crypter) { in alts_crypter_num_overhead_bytes()
59 void alts_crypter_destroy(alts_crypter* crypter) { in alts_crypter_destroy()
/dports/devel/grpc134/grpc-1.34.1/src/core/tsi/alts/frame_protector/
H A Dalts_crypter.cc35 alts_crypter* crypter, unsigned char* data, size_t data_allocated_size, in alts_crypter_process_in_place()
50 size_t alts_crypter_num_overhead_bytes(const alts_crypter* crypter) { in alts_crypter_num_overhead_bytes()
59 void alts_crypter_destroy(alts_crypter* crypter) { in alts_crypter_destroy()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/core/tsi/alts/frame_protector/
H A Dalts_crypter.cc35 alts_crypter* crypter, unsigned char* data, size_t data_allocated_size, in alts_crypter_process_in_place()
50 size_t alts_crypter_num_overhead_bytes(const alts_crypter* crypter) { in alts_crypter_num_overhead_bytes()
59 void alts_crypter_destroy(alts_crypter* crypter) { in alts_crypter_destroy()
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/tsi/alts/frame_protector/
H A Dalts_crypter.h36 typedef struct alts_crypter alts_crypter; in maybe_copy_error_msg()
50 * &client_error_in_creation); in alts_crypter_num_overhead_bytes()
59 * data_allocated_size, in alts_crypter_num_overhead_bytes()
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/tsi/alts/frame_protector/
H A Dalts_crypter.cc35 alts_crypter* crypter, unsigned char* data, size_t data_allocated_size, in alts_crypter_process_in_place()
50 size_t alts_crypter_num_overhead_bytes(const alts_crypter* crypter) { in alts_crypter_num_overhead_bytes()
59 void alts_crypter_destroy(alts_crypter* crypter) { in alts_crypter_destroy()

1234567