Home
last modified time | relevance | path

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

/net-tools-3.7.0/mbedtls-2.4.0/include/mbedtls/
Dpkcs11.h143 static inline int mbedtls_ssl_pkcs11_decrypt( void *ctx, int mode, size_t *olen, in mbedtls_ssl_pkcs11_decrypt()
153 int mode, mbedtls_md_type_t md_alg, unsigned int hashlen, in mbedtls_ssl_pkcs11_sign()
Dgcm.h52 int mode; /*!< Encrypt or Decrypt */ member
Dcipher.h192 mbedtls_cipher_mode_t mode; member
/net-tools-3.7.0/mbedtls-2.4.0/library/
Dpadlock.c81 int mode, in mbedtls_padlock_xcryptecb()
121 int mode, in mbedtls_padlock_xcryptcbc()
Drsa.c509 int mode, in mbedtls_rsa_rsaes_oaep_encrypt()
586 int mode, size_t ilen, in mbedtls_rsa_rsaes_pkcs1_v15_encrypt()
652 int mode, size_t ilen, in mbedtls_rsa_pkcs1_encrypt()
682 int mode, in mbedtls_rsa_rsaes_oaep_decrypt()
806 int mode, size_t *olen, in mbedtls_rsa_rsaes_pkcs1_v15_decrypt()
892 int mode, size_t *olen, in mbedtls_rsa_pkcs1_decrypt()
924 int mode, in mbedtls_rsa_rsassa_pss_sign()
1025 int mode, in mbedtls_rsa_rsassa_pkcs1_v15_sign()
1149 int mode, in mbedtls_rsa_pkcs1_sign()
1181 int mode, in mbedtls_rsa_rsassa_pss_verify_ext()
[all …]
Dpkcs11.c130 int mode, size_t *olen, in mbedtls_pkcs11_decrypt()
168 int mode, in mbedtls_pkcs11_sign()
Dblowfish.c233 int mode, in mbedtls_blowfish_crypt_ecb()
262 int mode, in mbedtls_blowfish_crypt_cbc()
316 int mode, in mbedtls_blowfish_crypt_cfb64()
Dxtea.c104 int mbedtls_xtea_crypt_ecb( mbedtls_xtea_context *ctx, int mode, in mbedtls_xtea_crypt_ecb()
147 int mbedtls_xtea_crypt_cbc( mbedtls_xtea_context *ctx, int mode, size_t length, in mbedtls_xtea_crypt_cbc()
Dpkcs12.c135 int mbedtls_pkcs12_pbe_sha1_rc4_128( mbedtls_asn1_buf *pbe_params, int mode, in mbedtls_pkcs12_pbe_sha1_rc4_128()
176 int mbedtls_pkcs12_pbe( mbedtls_asn1_buf *pbe_params, int mode, in mbedtls_pkcs12_pbe()
Dcamellia.c496 int mode, in mbedtls_camellia_crypt_ecb()
559 int mode, in mbedtls_camellia_crypt_cbc()
613 int mode, in mbedtls_camellia_crypt_cfb128()
Daes.c827 int mode, in mbedtls_aes_crypt_ecb()
861 int mode, in mbedtls_aes_crypt_cbc()
927 int mode, in mbedtls_aes_crypt_cfb128()
973 int mode, in mbedtls_aes_crypt_cfb8()
Daesni.c96 int mode, in mbedtls_aesni_crypt_ecb()
Dgcm.c267 int mode, in mbedtls_gcm_starts()
442 int mode, in mbedtls_gcm_crypt_and_tag()
Ddes.c664 int mode, in mbedtls_des_crypt_cbc()
763 int mode, in mbedtls_des3_crypt_cbc()
Dpkcs5.c111 int mbedtls_pkcs5_pbes2( const mbedtls_asn1_buf *pbe_params, int mode, in mbedtls_pkcs5_pbes2()
Dcipher.c118 const mbedtls_cipher_mode_t mode ) in mbedtls_cipher_info_from_values()
706 int mbedtls_cipher_set_padding_mode( mbedtls_cipher_context_t *ctx, mbedtls_cipher_padding_t mode ) in mbedtls_cipher_set_padding_mode()
Dccm.c137 static int ccm_auth_crypt( mbedtls_ccm_context *ctx, int mode, size_t length, in ccm_auth_crypt()
Dssl_tls.c1255 mbedtls_cipher_mode_t mode; in ssl_encrypt_buf() local
1570 mbedtls_cipher_mode_t mode; in ssl_decrypt_buf() local
5579 void mbedtls_ssl_conf_dtls_anti_replay( mbedtls_ssl_config *conf, char mode ) in mbedtls_ssl_conf_dtls_anti_replay()
/net-tools-3.7.0/mbedtls-2.4.0/programs/aes/
Daescrypt2.c77 int mode, lastn; in main() local
Dcrypt_and_hash.c77 int mode; in main() local
/net-tools-3.7.0/mbedtls-2.4.0/programs/pkey/
Dkey_app.c78 int mode; /* the mode to run the application in */ member
Dkey_app_writer.c99 int mode; /* the mode to run the application in */ member
/net-tools-3.7.0/mbedtls-2.4.0/programs/x509/
Dcert_app.c105 int mode; /* the mode to run the application in */ member
/net-tools-3.7.0/libcoap/include/coap/
Dresource.h119 coap_resource_set_mode(coap_resource_t *r, int mode) { in coap_resource_set_mode()
/net-tools-3.7.0/mbedtls-2.4.0/programs/ssl/
Dssl_mail_client.c146 int mode; /* SSL/TLS (0) or STARTTLS (1) */ member