Home
last modified time | relevance | path

Searched refs:auth_enc (Results 1 – 8 of 8) sorted by relevance

/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/nxos/plugins/modules/
H A Dnxos_hsrp.py326 auth_enc = delta.get("auth_enc", None)
335 auth_enc, auth_string
426 auth_enc = "0"
431 auth_enc = kstr[0]
437 if auth_enc != "0" and auth_enc != "7":
479 auth_enc=auth_enc,
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/nxos/
H A Dnxos_hsrp.py299 auth_enc = delta.get('auth_enc', None)
307 command = 'authentication md5 key-string {0} {1}'.format(auth_enc, auth_string)
388 auth_enc = '0'
393 auth_enc = kstr[0]
399 if auth_enc != '0' and auth_enc != '7':
426 auth_string=auth_string, auth_enc=auth_enc)
/dports/security/pecl-crypto/crypto-0.3.1/
H A Dcrypto_stream.c131 zend_bool auth_enc; member
156 if (mode->auth_enc) { in php_crypto_stream_auth_get_first_bio()
267 if (data->auth_enc && stream->eof) { in php_crypto_stream_read()
302 if (data->auth_enc) { in php_crypto_stream_flush()
422 if (mode->auth_enc) { in php_crypto_stream_set_cipher()
423 data->auth_enc = 1; in php_crypto_stream_set_cipher()
446 } else if (!mode->auth_enc) { in php_crypto_stream_set_cipher()
454 } else if (!mode->auth_enc) { in php_crypto_stream_set_cipher()
474 (!mode->auth_enc || !EVP_CIPHER_CTX_ctrl( in php_crypto_stream_set_cipher()
489 if (!mode->auth_enc) { in php_crypto_stream_set_cipher()
H A Dcrypto_cipher.c713 if (!mode->auth_enc) { in php_crypto_cipher_is_mode_authenticated_ex()
792 if (!mode->auth_enc || int_iv_len == INT_MAX || in php_crypto_cipher_check_iv_len()
846 if (mode->auth_enc && !enc && in PHPC_OBJ_STRUCT_NAME()
930 if (!mode->auth_enc) { in php_crypto_cipher_auth_init()
1048 if (!enc && mode->auth_enc) { in php_crypto_cipher_finish()
1117 if (!enc && mode->auth_enc) { in php_crypto_cipher_crypt()
H A Dphp_crypto_cipher.h87 zend_bool auth_enc; /* authenticated encryption */ member
H A DTODO.md30 - rename `auth_enc` to `aead`
/dports/mail/p5-Mail-Sender/Mail-Sender-0.903/
H A DREADME60 my $auth_enc = $sender->{auth_encoded}; # reach in to grab
/dports/sysutils/ansible2/ansible-2.9.27/changelogs/
H A DCHANGELOG-v2.9.rst1174 - Fix nxos_hsrp throwing a KeyError for `auth_enc` (https://github.com/ansible/ansible/pull/65796)