OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AlgorithmId
(Results
1 - 12
of
12
) sorted by null
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IpSecCryptIo.c
50
@param[in]
AlgorithmId
The encryption algorithm ID.
57
IN UINT8
AlgorithmId
63
if (
AlgorithmId
== mIpsecEncryptAlgorithmList[Index].
AlgorithmId
) {
74
@param[in]
AlgorithmId
The encryption algorithm ID.
81
IN UINT8
AlgorithmId
87
if (
AlgorithmId
== mIpsecEncryptAlgorithmList[Index].
AlgorithmId
) {
98
@param[in]
AlgorithmId
The encryption algorithm ID.
105
IN UINT8
AlgorithmId
[
all
...]
IpSecCryptIo.h
316
UINT8
AlgorithmId
;
354
UINT8
AlgorithmId
;
392
UINT8
AlgorithmId
;
426
@param[in]
AlgorithmId
The encryption algorithm ID.
433
IN UINT8
AlgorithmId
439
@param[in]
AlgorithmId
The encryption algorithm ID.
446
IN UINT8
AlgorithmId
452
@param[in]
AlgorithmId
The encryption algorithm ID.
459
IN UINT8
AlgorithmId
465
@param[in]
AlgorithmId
The Authentication algorithm ID.
[
all
...]
Ike.h
228
UINT8
AlgorithmId
; // Encryption or Authentication Id used by ESP/AH
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
TcgService.h
83
@param
AlgorithmId
Identification of the Algorithm to use for the hashing operation.
91
@retval EFI_UNSUPPORTED
AlgorithmId
not supported.
100
IN TCG_ALGORITHM_ID
AlgorithmId
,
161
@param
AlgorithmId
Identification of the Algorithm to use for the hashing operation
172
@retval EFI_UNSUPPORTED
AlgorithmId
!= TPM_ALG_SHA.
182
IN TCG_ALGORITHM_ID
AlgorithmId
,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/TcgService/
TcgService.h
96
IN TCG_ALGORITHM_ID
AlgorithmId
,
126
IN TCG_ALGORITHM_ID
AlgorithmId
,
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgDxe/
TcgDxe.c
314
@param[in]
AlgorithmId
Identification of the Algorithm to use for the hashing operation
322
@retval EFI_UNSUPPORTED
AlgorithmId
not supported.
332
IN TCG_ALGORITHM_ID
AlgorithmId
,
341
switch (
AlgorithmId
) {
617
@param[in]
AlgorithmId
Identification of the Algorithm to use for the hashing operation
628
@retval EFI_UNSUPPORTED
AlgorithmId
!= TPM_ALG_SHA.
639
IN TPM_ALGORITHM_ID
AlgorithmId
,
658
if (
AlgorithmId
!= TPM_ALG_SHA) {
[
all
...]
/external/conscrypt/openjdk/src/main/java/org/conscrypt/
Platform.java
84
import sun.security.x509.
AlgorithmId
;
546
return
AlgorithmId
.get(oid).getName();
/external/conscrypt/platform/src/main/java/org/conscrypt/
Platform.java
64
import sun.security.x509.
AlgorithmId
;
431
return
AlgorithmId
.get(oid).getName();
/external/conscrypt/repackaged/openjdk/src/main/java/com/android/org/conscrypt/
Platform.java
85
import sun.security.x509.
AlgorithmId
;
547
return
AlgorithmId
.get(oid).getName();
/external/conscrypt/repackaged/platform/src/main/java/com/android/org/conscrypt/
Platform.java
65
import sun.security.x509.
AlgorithmId
;
432
return
AlgorithmId
.get(oid).getName();
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
Utility.h
[
all
...]
Utility.c
[
all
...]
Completed in 370 milliseconds