Lines Matching refs:ad_len
3095 size_t ad_len; in tv() local
3119 ad_len = strlen(tests[i].ad_hex) / 2; in tv()
3120 ad = (unsigned char *) sodium_malloc(ad_len); in tv()
3121 sodium_hex2bin(ad, ad_len, in tv()
3141 ad, ad_len, NULL, nonce, key); in tv()
3157 ad, ad_len, NULL, nonce, key); in tv()
3174 ad, ad_len, nonce, key) != -1) { in tv()
3184 ad, ad_len, nonce, key) != -1) { in tv()
3190 ad, ad_len, nonce, key) != 0) { in tv()
3195 ad, ad_len, nonce, key) != 0) { in tv()
3206 mac, ad, ad_len, nonce, key) != 0) { in tv()