Lines Matching refs:aad
7815 const char *aad, size_t aad_len, int enc) /* {{{ */ argument
7825 …if (mode->is_aead && !EVP_CipherUpdate(cipher_ctx, NULL, &i, (const unsigned char *) aad, (int) aa…
7861 const char *aad, size_t aad_len) argument
7872 PHP_OPENSSL_CHECK_SIZE_T_TO_INT_NULL_RETURN(aad_len, aad);
7894 data, data_len, aad, aad_len, 1) == FAILURE) {
7949 char *data, *method, *password, *iv = "", *aad = ""; local
7955 &password, &password_len, &options, &iv, &iv_len, &tag, &aad, &aad_len, &tag_len) == FAILURE) {
7959 …n, method, method_len, password, password_len, options, iv, iv_len, tag, tag_len, aad, aad_len))) {
7974 const char *aad, size_t aad_len) argument
7986 PHP_OPENSSL_CHECK_SIZE_T_TO_INT_NULL_RETURN(aad_len, aad);
8019 data, data_len, aad, aad_len, 0) == FAILURE) {
8050 char *data, *method, *password, *iv = "", *tag = NULL, *aad = ""; local
8055 &password, &password_len, &options, &iv, &iv_len, &tag, &tag_len, &aad, &aad_len) == FAILURE) {
8064 …n, method, method_len, password, password_len, options, iv, iv_len, tag, tag_len, aad, aad_len))) {