Searched refs:tag_len (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-pppoe.c145 u_short tag_type = 0xffff, tag_len; local
156 tag_len = EXTRACT_16BITS(p + 2);
160 if (tag_len) {
167 TCHECK2(*p, tag_len);
168 for (v = p; v < p + tag_len && tag_str_len < MAXTAGPRINT-1; v++)
187 for (v=p; v<p+tag_len; v++) {
198 p += tag_len;
/macosx-10.9.5/ruby-104/ruby/ext/openssl/
H A Dossl_cipher.c547 * cipher.auth_tag([ tag_len ] -> string
552 * ciphertext against changes. If the optional integer parameter +tag_len+ is
553 * given, the returned tag will be +tag_len+ bytes long. If the parameter is
564 int nid, tag_len; local
567 tag_len = 16;
569 tag_len = NUM2INT(vtag_len);
576 return ossl_get_gcm_auth_tag(ctx, tag_len);
584 ossl_set_gcm_auth_tag(EVP_CIPHER_CTX *ctx, unsigned char *tag, int tag_len) argument
586 if (!EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_GCM_SET_TAG, tag_len, tag))
608 int tag_len; local
[all...]
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/corecrypto/
H A Dccmode.h416 size_t tag_len, void *tag)
423 mode->finalize(ctx, tag_len, tag);
411 ccgcm_one_shot(const struct ccmode_gcm *mode, unsigned long key_len, const void *key, unsigned long iv_len, const void *iv, unsigned long nbytes, const void *in, void *out, unsigned long adata_len, const void* adata, size_t tag_len, void *tag) argument

Completed in 164 milliseconds