Searched defs:algorithm (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Docsp.h18 /** OCSP algorithm identifier */
57 /** Signature algorithm */
58 struct asn1_algorithm *algorithm; member in struct:ocsp_response
H A Dx509.h49 /** Public key algorithm */
50 struct asn1_algorithm *algorithm; member in struct:x509_public_key
67 /** Signature algorithm */
68 struct asn1_algorithm *algorithm; member in struct:x509_signature
171 /** Signature algorithm */
317 /** Fingerprint digest algorithm */
H A Dnet80211.h128 /** An 802.11 data encryption algorithm */
552 * into a suitable input to the encryption algorithm, and for WPA and
685 * copy of the static definition plus whatever space the algorithm has
691 /** The cryptographic algorithm implemented */
692 enum net80211_crypto_alg algorithm; member in struct:net80211_crypto
765 /** Private data for the algorithm to store key and state info */
1086 /** Cryptographic algorithm used on the network */
H A Dieee80211.h1140 /** Authentication algorithm (Open System or Shared Key) */
1141 u16 algorithm; member in struct:ieee80211_auth
1153 /** Open System authentication algorithm */
1156 /** Shared Key authentication algorithm */
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dns_print.c472 u_int keyflags, protocol, algorithm; local
482 algorithm = *rdata++;
484 keyflags, protocol, algorithm));
510 u_int type, algorithm, labels, footprint; local
520 algorithm = *rdata++;
524 p_type((int)type), algorithm, t));
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/
H A Dcms.c59 __einfo_uniqify ( EINFO_EINVAL, 0x01, "Not a digest algorithm" )
63 __einfo_uniqify ( EINFO_EINVAL, 0x02, "Not a public-key algorithm" )
240 * Parse CMS signature digest algorithm
250 struct asn1_algorithm *algorithm; local
253 /* Identify algorithm */
254 if ( ( rc = asn1_digest_algorithm ( raw, &algorithm ) ) != 0 ) {
255 DBGC ( sig, "CMS %p/%p could not identify digest algorithm: "
261 /* Record digest algorithm */
262 info->digest = algorithm->digest;
263 DBGC ( sig, "CMS %p/%p digest algorithm i
280 struct asn1_algorithm *algorithm; local
[all...]
H A Docsp.c97 /** OCSP digest algorithm */
100 /** OCSP digest algorithm identifier */
482 struct asn1_algorithm **algorithm = &response->algorithm; local
497 if ( ( rc = asn1_signature_algorithm ( &cursor, algorithm ) ) != 0 ) {
499 "algorithm: %s\n",
503 DBGC2 ( ocsp, "OCSP %p \"%s\" signature algorithm is %s\n",
504 ocsp, ocsp->cert->subject.name, (*algorithm)->name );
636 struct digest_algorithm *digest = response->algorithm->digest;
637 struct pubkey_algorithm *pubkey = response->algorithm
[all...]
H A Dasn1.c65 __einfo_uniqify ( EINFO_EINVAL, 0x06, "Invalid algorithm" )
73 __einfo_uniqify ( EINFO_ENOTSUP, 0x01, "Unsupported algorithm" )
77 __einfo_uniqify ( EINFO_ENOTTY, 0x01, "Inappropriate algorithm" )
458 * Identify ASN.1 algorithm by OID
462 * @ret algorithm Algorithm, or NULL
466 struct asn1_algorithm *algorithm; local
468 for_each_table_entry ( algorithm, ASN1_ALGORITHMS ) {
469 if ( asn1_compare ( &algorithm->oid, cursor ) == 0 )
470 return algorithm;
477 * Parse ASN.1 OID-identified algorithm
[all...]
H A Dx509.c48 __einfo_uniqify ( EINFO_ENOTSUP, 0x01, "Unsupported algorithm" )
56 __einfo_uniqify ( EINFO_EINVAL, 0x01, "Invalid algorithm type" )
60 __einfo_uniqify ( EINFO_EINVAL, 0x04, "Signature algorithm mismatch" )
382 struct asn1_algorithm **algorithm = &public_key->algorithm; local
397 /* Parse algorithm */
398 if ( ( rc = asn1_pubkey_algorithm ( &cursor, algorithm ) ) != 0 ) {
399 DBGC ( cert, "X509 %p could not parse public key algorithm: "
403 DBGC2 ( cert, "X509 %p public key algorithm is %s\n",
404 cert, (*algorithm)
893 struct asn1_algorithm **algorithm = &cert->signature_algorithm; local
1091 struct asn1_algorithm *algorithm = signature->algorithm; local
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A DFastInfoset.jar ... sun/xml/ com/sun/xml/fastinfoset/ com/sun/xml/fastinfoset/algorithm/ com/sun/xml/fastinfoset/alphabet/ com/sun/xml/fastinfoset/dom ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DTpm12.h110 /// Indicates the type of algorithm
369 #define TPM_ALG_RSA ((TPM_ALGORITHM_ID) 0x00000001) ///< The RSA algorithm.
370 #define TPM_ALG_DES ((TPM_ALGORITHM_ID) 0x00000002) ///< The DES algorithm
371 #define TPM_ALG_3DES ((TPM_ALGORITHM_ID) 0x00000003) ///< The 3DES algorithm in EDE mode
372 #define TPM_ALG_SHA ((TPM_ALGORITHM_ID) 0x00000004) ///< The SHA1 algorithm
373 #define TPM_ALG_HMAC ((TPM_ALGORITHM_ID) 0x00000005) ///< The RFC 2104 HMAC algorithm
374 #define TPM_ALG_AES128 ((TPM_ALGORITHM_ID) 0x00000006) ///< The AES algorithm, key size 128
375 #define TPM_ALG_MGF1 ((TPM_ALGORITHM_ID) 0x00000007) ///< The XOR algorithm using MGF1 to create a string the size of the encrypted block
1266 TPM_KEY_PARMS algorithm; member in struct:tdTPM_SYM_CA_ATTESTATION
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dhfa384x.h1173 UINT16 algorithm; member in struct:hfa384x_authenticateStation_data
1933 UINT16 algorithm; member in struct:hfa384x_AuthRequest

Completed in 88 milliseconds