Home
last modified time | relevance | path

Searched refs:mac_oid (Results 1 – 7 of 7) sorted by relevance

/dports/security/gnutls/gnutls-3.6.16/lib/algorithms/
H A Dmac.c43 .mac_oid = MAC_OID_SHA1,
56 .mac_oid = MAC_OID_SHA256,
63 .mac_oid = MAC_OID_SHA384,
70 .mac_oid = MAC_OID_SHA512,
77 .mac_oid = MAC_OID_SHA224,
138 .mac_oid = MAC_OID_GOST_R_3411_94,
145 .mac_oid = MAC_OID_STREEBOG_256,
152 .mac_oid = MAC_OID_STREEBOG_512,
471 if (p->mac_oid && strcmp(oid, p->mac_oid) == 0) { in gnutls_oid_to_mac()
/dports/net-mgmt/net-snmp/net-snmp-5.9/local/
H A Dsnmp-bridge-mib322 my $mac_oid=mac2oid($mac);
324 $first_mac_oid=$mac_oid;
325 $oid_next{$oid.".1"}=$oid.".1".$mac_oid;
338 $oid.".1".$mac_oid;
345 $oid.".2".$mac_oid;
348 $oid_value{$oid.".3".$mac_oid}=$status;
352 $oid.".3".$mac_oid;
355 $prv_mac_oid=$mac_oid;
812 my $mac_oid=mac2oid($mac);
813 $macvlan{$vlan.$mac_oid}=$mac;
[all …]
/dports/mail/dovecot/dovecot-2.3.17/src/lib-dcrypt/
H A Dostream-encrypt.c47 buffer_t *mac_oid; member
123 stream->cipher_oid->used + stream->mac_oid->used + in o_stream_encrypt_send_header_v2()
128 buffer_append_buf(values, stream->mac_oid, 0, SIZE_MAX); in o_stream_encrypt_send_header_v2()
651 if (estream->mac_oid != NULL) in o_stream_encrypt_destroy()
652 buffer_free(&estream->mac_oid); in o_stream_encrypt_destroy()
720 estream->mac_oid = buffer_create_dynamic(default_pool, 12); in o_stream_encrypt_init()
721 if (!dcrypt_name2oid(malg, estream->mac_oid, &error)) { in o_stream_encrypt_init()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmsign/libsrc/
H A Dsitstamp.cc623 ASN1_OBJECT *mac_oid = NULL; in check_ts_response() local
626 const ASN1_OBJECT *mac_oid = NULL; in check_ts_response()
630 X509_ALGOR_get0(&mac_oid, &pptype, &ppval, ts_info_algo); in check_ts_response()
631 if (mac_oid == NULL) in check_ts_response()
638 int mac_nid = OBJ_obj2nid(mac_oid); in check_ts_response()
/dports/security/gnutls/gnutls-3.6.16/lib/x509/
H A Dpkcs7-crypt.c1374 if (!me || !me->mac_oid) { in write_pbkdf2_params()
1381 me->mac_oid, strlen(me->mac_oid)); in write_pbkdf2_params()
/dports/security/gnutls/gnutls-3.6.16/src/
H A Dcerttool.c3389 char *mac_oid = NULL; in pkcs12_info() local
3423 result = gnutls_pkcs12_mac_info(pkcs12, &mac_algo, salt, &salt_size, &mac_iter, &mac_oid); in pkcs12_info()
3426 if (mac_oid != NULL) in pkcs12_info()
3427 fprintf(outfile, "\tMAC: unknown (%s)\n", mac_oid); in pkcs12_info()
3432 fprintf(outfile, "\tMAC: %s (%s)\n", gnutls_mac_get_name(mac_algo), mac_oid); in pkcs12_info()
3447 gnutls_free(mac_oid); in pkcs12_info()
/dports/security/gnutls/gnutls-3.6.16/lib/
H A Dgnutls_int.h675 const char *mac_oid; /* OID of the MAC algorithm - if it is a MAC */ member